Class TransitionUpdateDTO.TransitionUpdateDTOBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.TransitionUpdateDTO.TransitionUpdateDTOBuilder
- Enclosing class:
- TransitionUpdateDTO
-
Method Summary
Modifier and TypeMethodDescriptionactions(List<WorkflowRuleConfiguration> actions) The post-functions of the transition.build()conditions(ConditionGroupUpdate conditions) customIssueEventId(String customIssueEventId) The custom event ID of the transition.description(String description) The description of the transition.from(List<StatusReferenceAndPort> from) The statuses the transition can start from.The ID of the transition.The name of the transition.properties(Map<String, String> properties) The properties of the transition.toString()transitionScreen(WorkflowRuleConfiguration transitionScreen) triggers(List<WorkflowTrigger> triggers) The triggers of the transition.The transition type.validators(List<WorkflowRuleConfiguration> validators) The validators of the transition.
-
Method Details
-
actions
public TransitionUpdateDTO.TransitionUpdateDTOBuilder actions(List<WorkflowRuleConfiguration> actions) The post-functions of the transition.- Returns:
this.
-
conditions
- Returns:
this.
-
customIssueEventId
The custom event ID of the transition.- Returns:
this.
-
description
The description of the transition.- Returns:
this.
-
from
The statuses the transition can start from.- Returns:
this.
-
id
The ID of the transition.- Returns:
this.
-
name
The name of the transition.- Returns:
this.
-
properties
The properties of the transition.- Returns:
this.
-
to
- Returns:
this.
-
transitionScreen
public TransitionUpdateDTO.TransitionUpdateDTOBuilder transitionScreen(WorkflowRuleConfiguration transitionScreen) - Returns:
this.
-
triggers
The triggers of the transition.- Returns:
this.
-
type
The transition type.- Returns:
this.
-
validators
public TransitionUpdateDTO.TransitionUpdateDTOBuilder validators(List<WorkflowRuleConfiguration> validators) The validators of the transition.- Returns:
this.
-
build
-
toString
-