Uses of Class
io.github.cdklabs.projen.circleci.Workflow.Builder
-
Packages that use Workflow.Builder Package Description io.github.cdklabs.projen.circleci -
-
Uses of Workflow.Builder in io.github.cdklabs.projen.circleci
Methods in io.github.cdklabs.projen.circleci that return Workflow.Builder Modifier and Type Method Description static Workflow.BuilderWorkflow. builder()Workflow.BuilderWorkflow.Builder. identifier(String identifier)Sets the value ofWorkflow.getIdentifier()Workflow.BuilderWorkflow.Builder. jobs(List<? extends WorkflowJob> jobs)Sets the value ofWorkflow.getJobs()Workflow.BuilderWorkflow.Builder. triggers(List<? extends Triggers> triggers)Sets the value ofWorkflow.getTriggers()Workflow.BuilderWorkflow.Builder. when(Object when)Sets the value ofWorkflow.getWhen()Constructors in io.github.cdklabs.projen.circleci with parameters of type Workflow.Builder Constructor Description Jsii$Proxy(Workflow.Builder builder)Constructor that initializes the object based on literal property values passed by theWorkflow.Builder.
-