Klasse WorkflowTransitions.WorkflowTransitionsBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.WorkflowTransitions.WorkflowTransitionsBuilder
- Umschließende Klasse:
WorkflowTransitions
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungactions(List<WorkflowRuleConfiguration> actions) The post-functions of the transition.build()conditions(ConditionGroupConfiguration conditions) customIssueEventId(String customIssueEventId) The custom event ID of the transition.description(String description) The description of the transition.from(List<WorkflowStatusAndPort> 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.
-
Methodendetails
-
actions
public WorkflowTransitions.WorkflowTransitionsBuilder actions(List<WorkflowRuleConfiguration> actions) The post-functions of the transition.- Gibt zurück:
this.
-
conditions
public WorkflowTransitions.WorkflowTransitionsBuilder conditions(ConditionGroupConfiguration conditions) - Gibt zurück:
this.
-
customIssueEventId
The custom event ID of the transition.- Gibt zurück:
this.
-
description
The description of the transition.- Gibt zurück:
this.
-
from
The statuses the transition can start from.- Gibt zurück:
this.
-
id
The ID of the transition.- Gibt zurück:
this.
-
name
The name of the transition.- Gibt zurück:
this.
-
properties
The properties of the transition.- Gibt zurück:
this.
-
to
- Gibt zurück:
this.
-
transitionScreen
public WorkflowTransitions.WorkflowTransitionsBuilder transitionScreen(WorkflowRuleConfiguration transitionScreen) - Gibt zurück:
this.
-
triggers
The triggers of the transition.- Gibt zurück:
this.
-
type
The transition type.- Gibt zurück:
this.
-
validators
public WorkflowTransitions.WorkflowTransitionsBuilder validators(List<WorkflowRuleConfiguration> validators) The validators of the transition.- Gibt zurück:
this.
-
build
-
toString
-