Uses of Class
io.github.cdklabs.projen.gitlab.WorkflowRule.Builder
-
Packages that use WorkflowRule.Builder Package Description io.github.cdklabs.projen.gitlab -
-
Uses of WorkflowRule.Builder in io.github.cdklabs.projen.gitlab
Methods in io.github.cdklabs.projen.gitlab that return WorkflowRule.Builder Modifier and Type Method Description static WorkflowRule.BuilderWorkflowRule. builder()WorkflowRule.BuilderWorkflowRule.Builder. changes(List<String> changes)Sets the value ofWorkflowRule.getChanges()WorkflowRule.BuilderWorkflowRule.Builder. exists(List<String> exists)Sets the value ofWorkflowRule.getExists()WorkflowRule.BuilderWorkflowRule.Builder. ifValue(String ifValue)Sets the value ofWorkflowRule.getIfValue()WorkflowRule.BuilderWorkflowRule.Builder. variables(Map<String,? extends Object> variables)Sets the value ofWorkflowRule.getVariables()WorkflowRule.BuilderWorkflowRule.Builder. when(JobWhen when)Sets the value ofWorkflowRule.getWhen()Constructors in io.github.cdklabs.projen.gitlab with parameters of type WorkflowRule.Builder Constructor Description Jsii$Proxy(WorkflowRule.Builder builder)Constructor that initializes the object based on literal property values passed by theWorkflowRule.Builder.
-