Uses of Interface
io.github.cdklabs.projen.circleci.Workflow
-
Packages that use Workflow Package Description io.github.cdklabs.projen.circleci -
-
Uses of Workflow in io.github.cdklabs.projen.circleci
Classes in io.github.cdklabs.projen.circleci that implement Workflow Modifier and Type Class Description static classWorkflow.Jsii$ProxyAn implementation forWorkflowMethods in io.github.cdklabs.projen.circleci that return Workflow Modifier and Type Method Description WorkflowWorkflow.Builder. build()Builds the configured instance.Methods in io.github.cdklabs.projen.circleci that return types with arguments of type Workflow Modifier and Type Method Description default List<Workflow>CircleCiProps. getWorkflows()(experimental) List of Workflows of pipeline, e.g.List<Workflow>CircleCiProps.Jsii$Proxy. getWorkflows()Methods in io.github.cdklabs.projen.circleci with parameters of type Workflow Modifier and Type Method Description voidCircleci. addWorkflow(Workflow workflow)(experimental) add new workflow to existing pipeline.Method parameters in io.github.cdklabs.projen.circleci with type arguments of type Workflow Modifier and Type Method Description Circleci.BuilderCircleci.Builder. workflows(List<? extends Workflow> workflows)(experimental) List of Workflows of pipeline, e.g.CircleCiProps.BuilderCircleCiProps.Builder. workflows(List<? extends Workflow> workflows)Sets the value ofCircleCiProps.getWorkflows()
-