Class CreateWorkflowCondition.CreateWorkflowConditionBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.CreateWorkflowCondition.CreateWorkflowConditionBuilder
- Enclosing class:
- CreateWorkflowCondition
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
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.
-
Method Details
-
conditions
public CreateWorkflowCondition.CreateWorkflowConditionBuilder conditions(List<CreateWorkflowCondition> conditions) The list of workflow conditions.- Returns:
this
.
-
configuration
public CreateWorkflowCondition.CreateWorkflowConditionBuilder configuration(Map<String, Object> configuration) EXPERIMENTAL. The configuration of the transition rule.- Returns:
this
.
-
operator
public CreateWorkflowCondition.CreateWorkflowConditionBuilder operator(CreateWorkflowCondition.OperatorEnum operator) The compound condition operator.- Returns:
this
.
-
type
The type of the transition rule.- Returns:
this
.
-
build
-
toString
-