Klasse CreateWorkflowCondition.CreateWorkflowConditionBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.CreateWorkflowCondition.CreateWorkflowConditionBuilder
- Umschließende Klasse:
CreateWorkflowCondition
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
conditions
(List<CreateWorkflowCondition> conditions) The list of workflow conditions.configuration
(Map<String, Object> configuration) EXPERIMENTAL.operator
(CreateWorkflowCondition.OperatorEnum operator) The compound condition operator.toString()
The type of the transition rule.
-
Methodendetails
-
conditions
public CreateWorkflowCondition.CreateWorkflowConditionBuilder conditions(List<CreateWorkflowCondition> conditions) The list of workflow conditions.- Gibt zurück:
this
.
-
configuration
public CreateWorkflowCondition.CreateWorkflowConditionBuilder configuration(Map<String, Object> configuration) EXPERIMENTAL. The configuration of the transition rule.- Gibt zurück:
this
.
-
operator
public CreateWorkflowCondition.CreateWorkflowConditionBuilder operator(CreateWorkflowCondition.OperatorEnum operator) The compound condition operator.- Gibt zurück:
this
.
-
type
The type of the transition rule.- Gibt zurück:
this
.
-
build
-
toString
-