Klasse WorkflowTransitionRules.WorkflowTransitionRulesBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.WorkflowTransitionRules.WorkflowTransitionRulesBuilder
- Umschließende Klasse:
WorkflowTransitionRules
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
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)
-
Methodendetails
-
conditions
public WorkflowTransitionRules.WorkflowTransitionRulesBuilder conditions(List<AppWorkflowTransitionRule> conditions) The list of conditions within the workflow.- Gibt zurück:
this
.
-
postFunctions
public WorkflowTransitionRules.WorkflowTransitionRulesBuilder postFunctions(List<AppWorkflowTransitionRule> postFunctions) The list of post functions within the workflow.- Gibt zurück:
this
.
-
validators
public WorkflowTransitionRules.WorkflowTransitionRulesBuilder validators(List<AppWorkflowTransitionRule> validators) The list of validators within the workflow.- Gibt zurück:
this
.
-
workflowId
- Gibt zurück:
this
.
-
build
-
toString
-