| CircleCiProps |
(experimental) Options for class Circleci.
|
| Docker |
(experimental) Options for docker executor.
|
| Filter |
(experimental) The branches key controls whether the current branch should have a schedule trigger created for it, where current branch is the branch containing the config.yml file with the trigger stanza.
|
| FilterConfig |
(experimental) set an inclusive or exclusive filter.
|
| Job |
(experimental) A Workflow is comprised of one or more uniquely named jobs.
|
| Machine |
|
| Macos |
(experimental) CircleCI supports running jobs on macOS, to allow you to build, test, and deploy apps for macOS, iOS, tvOS and watchOS.
|
| Matrix |
(experimental) The matrix stanza allows you to run a parameterized job multiple times with different arguments.
|
| PipelineParameter |
(experimental) Parameters are declared by name under a job, command, or executor.
|
| Run |
(experimental) Used for invoking all command-line programs, taking either a map of configuration values, or, when called in its short-form, a string that will be used as both the command and name.
|
| Schedule |
(experimental) A workflow may have a schedule indicating it runs at a certain time.
|
| StepRun |
(experimental) Execution steps for Job.
|
| Triggers |
(experimental) Specifies which triggers will cause this workflow to be executed.
|
| Workflow |
(experimental) Used for orchestrating all jobs.
|
| WorkflowJob |
(experimental) A Job is part of Workflow.
|