Instantiate a new CircleCI config. Build up your config by adding components.
Instantiate with pre-defined Jobs.
Instantiate with pre-defined Workflows.
Instantiate with pre-defined reusable Commands.
A command definition defines a sequence of steps as a map to be executed in a job, enabling you to reuse a single command definition across multiple jobs.
Jobs are collections of steps. All of the steps in the job are executed in a single unit, either within a fresh container or VM.
Access information about the current pipeline.
Designates the config.yaml for use of CircleCI’s dynamic configuration feature.
The version field is intended to be used in order to issue warnings for deprecation or breaking changes.
A Workflow is comprised of one or more uniquely named jobs.
Export the CircleCI configuration as a YAML string.
Generated using TypeDoc
A CircleCI configuration. Instantiate a new config and add CircleCI config elements.