| Circleci |
(experimental) Circleci Class to manage .circleci/config.yml.
|
| Circleci.Builder |
(experimental) A fluent builder for Circleci.
|
| CircleCiProps |
(experimental) Options for class Circleci.
|
| CircleCiProps.Builder |
|
| Docker |
(experimental) Options for docker executor.
|
| Docker.Builder |
|
| 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.
|
| Filter.Builder |
|
| FilterConfig |
(experimental) set an inclusive or exclusive filter.
|
| FilterConfig.Builder |
|
| Job |
(experimental) A Workflow is comprised of one or more uniquely named jobs.
|
| Job.Builder |
|
| JobType |
(experimental) A job may have a type of approval indicating it must be manually approved before downstream jobs may proceed.
|
| JobWhen |
(experimental) Specify when to enable or disable the step.
|
| Machine |
|
| Machine.Builder |
|
| Macos |
(experimental) CircleCI supports running jobs on macOS, to allow you to build, test, and deploy apps for macOS, iOS, tvOS and watchOS.
|
| Macos.Builder |
|
| Matrix |
(experimental) The matrix stanza allows you to run a parameterized job multiple times with different arguments.
|
| Matrix.Builder |
|
| PipelineParameter |
(experimental) Parameters are declared by name under a job, command, or executor.
|
| PipelineParameter.Builder |
|
| PipelineParameterType |
(experimental) Pipeline parameter types.
|
| ResourceClass |
(experimental) The resource_class feature allows configuring CPU and RAM resources for each job.
|
| 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.
|
| Run.Builder |
|
| Schedule |
(experimental) A workflow may have a schedule indicating it runs at a certain time.
|
| Schedule.Builder |
|
| StepRun |
(experimental) Execution steps for Job.
|
| StepRun.Builder |
|
| Triggers |
(experimental) Specifies which triggers will cause this workflow to be executed.
|
| Triggers.Builder |
|
| Workflow |
(experimental) Used for orchestrating all jobs.
|
| Workflow.Builder |
|
| WorkflowJob |
(experimental) A Job is part of Workflow.
|
| WorkflowJob.Builder |
|