Klasse WorkflowCompoundCondition.WorkflowCompoundConditionBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.WorkflowCompoundCondition.WorkflowCompoundConditionBuilder
- Umschließende Klasse:
WorkflowCompoundCondition
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
conditions
(List<WorkflowCondition> conditions) The list of workflow conditions.The compound condition operator.toString()
-
Methodendetails
-
conditions
public WorkflowCompoundCondition.WorkflowCompoundConditionBuilder conditions(List<WorkflowCondition> conditions) The list of workflow conditions.- Gibt zurück:
this
.
-
nodeType
- Gibt zurück:
this
.
-
operator
public WorkflowCompoundCondition.WorkflowCompoundConditionBuilder operator(WorkflowCompoundCondition.OperatorEnum operator) The compound condition operator.- Gibt zurück:
this
.
-
build
-
toString
-