Uses of Class
io.github.cdklabs.projen.github.workflows.WorkflowRunOptions.Builder
-
Packages that use WorkflowRunOptions.Builder Package Description io.github.cdklabs.projen.github.workflows -
-
Uses of WorkflowRunOptions.Builder in io.github.cdklabs.projen.github.workflows
Methods in io.github.cdklabs.projen.github.workflows that return WorkflowRunOptions.Builder Modifier and Type Method Description WorkflowRunOptions.BuilderWorkflowRunOptions.Builder. branches(List<String> branches)Sets the value ofWorkflowRunOptions.getBranches()static WorkflowRunOptions.BuilderWorkflowRunOptions. builder()WorkflowRunOptions.BuilderWorkflowRunOptions.Builder. types(List<String> types)Sets the value ofWorkflowRunOptions.getTypes()WorkflowRunOptions.BuilderWorkflowRunOptions.Builder. workflows(List<String> workflows)Sets the value ofWorkflowRunOptions.getWorkflows()Constructors in io.github.cdklabs.projen.github.workflows with parameters of type WorkflowRunOptions.Builder Constructor Description Jsii$Proxy(WorkflowRunOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theWorkflowRunOptions.Builder.
-