Class WorkflowTransitionRules.WorkflowTransitionRulesBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.WorkflowTransitionRules.WorkflowTransitionRulesBuilder
- Enclosing class:
- WorkflowTransitionRules
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
conditions
(List<AppWorkflowTransitionRule> conditions) The list of conditions within the workflow.postFunctions
(List<AppWorkflowTransitionRule> postFunctions) The list of post functions within the workflow.toString()
validators
(List<AppWorkflowTransitionRule> validators) The list of validators within the workflow.workflowId
(WorkflowId workflowId)
-
Method Details
-
conditions
public WorkflowTransitionRules.WorkflowTransitionRulesBuilder conditions(List<AppWorkflowTransitionRule> conditions) The list of conditions within the workflow.- Returns:
this
.
-
postFunctions
public WorkflowTransitionRules.WorkflowTransitionRulesBuilder postFunctions(List<AppWorkflowTransitionRule> postFunctions) The list of post functions within the workflow.- Returns:
this
.
-
validators
public WorkflowTransitionRules.WorkflowTransitionRulesBuilder validators(List<AppWorkflowTransitionRule> validators) The list of validators within the workflow.- Returns:
this
.
-
workflowId
- Returns:
this
.
-
build
-
toString
-