Klasse ConnectWorkflowTransitionRule.ConnectWorkflowTransitionRuleBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.ConnectWorkflowTransitionRule.ConnectWorkflowTransitionRuleBuilder
- Umschließende Klasse:
ConnectWorkflowTransitionRule
public static class ConnectWorkflowTransitionRule.ConnectWorkflowTransitionRuleBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
configuration
(RuleConfiguration configuration) The ID of the transition rule.The key of the rule, as defined in the Connect app descriptor.toString()
transition
(WorkflowTransition transition)
-
Methodendetails
-
configuration
public ConnectWorkflowTransitionRule.ConnectWorkflowTransitionRuleBuilder configuration(RuleConfiguration configuration) - Gibt zurück:
this
.
-
id
The ID of the transition rule.- Gibt zurück:
this
.
-
key
The key of the rule, as defined in the Connect app descriptor.- Gibt zurück:
this
.
-
transition
public ConnectWorkflowTransitionRule.ConnectWorkflowTransitionRuleBuilder transition(WorkflowTransition transition) - Gibt zurück:
this
.
-
build
-
toString
-