Class AppWorkflowTransitionRule.AppWorkflowTransitionRuleBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.AppWorkflowTransitionRule.AppWorkflowTransitionRuleBuilder
- Enclosing class:
- AppWorkflowTransitionRule
-
Method Summary
Modifier and TypeMethodDescriptionbuild()configuration(RuleConfiguration configuration) The ID of the transition rule.The key of the rule, as defined in the Connect or the Forge app descriptor.toString()transition(WorkflowTransition transition)
-
Method Details
-
configuration
public AppWorkflowTransitionRule.AppWorkflowTransitionRuleBuilder configuration(RuleConfiguration configuration) - Returns:
this.
-
id
The ID of the transition rule.- Returns:
this.
-
key
The key of the rule, as defined in the Connect or the Forge app descriptor.- Returns:
this.
-
transition
public AppWorkflowTransitionRule.AppWorkflowTransitionRuleBuilder transition(WorkflowTransition transition) - Returns:
this.
-
build
-
toString
-