Klasse ConditionGroupConfiguration.ConditionGroupConfigurationBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.ConditionGroupConfiguration.ConditionGroupConfigurationBuilder
- Umschließende Klasse:
ConditionGroupConfiguration
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
conditionGroups
(List<ConditionGroupConfiguration> conditionGroups) The nested conditions of the condition group.conditions
(List<WorkflowRuleConfiguration> conditions) The rules for this condition.Determines how the conditions in the group are evaluated.toString()
-
Methodendetails
-
conditionGroups
public ConditionGroupConfiguration.ConditionGroupConfigurationBuilder conditionGroups(List<ConditionGroupConfiguration> conditionGroups) The nested conditions of the condition group.- Gibt zurück:
this
.
-
conditions
public ConditionGroupConfiguration.ConditionGroupConfigurationBuilder conditions(List<WorkflowRuleConfiguration> conditions) The rules for this condition.- Gibt zurück:
this
.
-
operation
public ConditionGroupConfiguration.ConditionGroupConfigurationBuilder operation(ConditionGroupConfiguration.OperationEnum operation) Determines how the conditions in the group are evaluated. Accepts eitherANY
orALL
. IfANY
is used, at least one condition in the group must be true for the group to evaluate to true. IfALL
is used, all conditions in the group must be true for the group to evaluate to true.- Gibt zurück:
this
.
-
build
-
toString
-