Klasse WorkflowTransitions
java.lang.Object
io.github.primelib.jira4j.restv3.model.WorkflowTransitions
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WorkflowTransitions
extends Object
WorkflowTransitions
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic enum
The transition type.static class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected List<WorkflowRuleConfiguration>
The post-functions of the transition.protected ConditionGroupConfiguration
protected String
The custom event ID of the transition.protected String
The description of the transition.protected List<WorkflowStatusAndPort>
The statuses the transition can start from.protected String
The ID of the transition.protected String
The name of the transition.The properties of the transition.protected WorkflowStatusAndPort
protected WorkflowRuleConfiguration
protected List<WorkflowTrigger>
The triggers of the transition.protected WorkflowTransitions.TypeEnum
The transition type.protected List<WorkflowRuleConfiguration>
The validators of the transition. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
Constructs a validated instance ofWorkflowTransitions
.WorkflowTransitions
(List<WorkflowRuleConfiguration> actions, ConditionGroupConfiguration conditions, String customIssueEventId, String description, List<WorkflowStatusAndPort> from, String id, String name, Map<String, String> properties, WorkflowStatusAndPort to, WorkflowRuleConfiguration transitionScreen, List<WorkflowTrigger> triggers, WorkflowTransitions.TypeEnum type, List<WorkflowRuleConfiguration> validators) Constructs a validated instance ofWorkflowTransitions
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungactions()
The post-functions of the transition.actions
(List<WorkflowRuleConfiguration> actions) The post-functions of the transition.builder()
protected boolean
conditions
(ConditionGroupConfiguration conditions) The custom event ID of the transition.customIssueEventId
(String customIssueEventId) The custom event ID of the transition.The description of the transition.description
(String description) The description of the transition.boolean
from()
The statuses the transition can start from.from
(List<WorkflowStatusAndPort> from) The statuses the transition can start from.int
hashCode()
id()
The ID of the transition.The ID of the transition.name()
The name of the transition.The name of the transition.The properties of the transition.properties
(Map<String, String> properties) The properties of the transition.to()
toString()
transitionScreen
(WorkflowRuleConfiguration transitionScreen) triggers()
The triggers of the transition.triggers
(List<WorkflowTrigger> triggers) The triggers of the transition.type()
The transition type.The transition type.The validators of the transition.validators
(List<WorkflowRuleConfiguration> validators) The validators of the transition.
-
Felddetails
-
actions
The post-functions of the transition. -
conditions
-
customIssueEventId
The custom event ID of the transition. -
description
The description of the transition. -
from
The statuses the transition can start from. -
id
The ID of the transition. -
name
The name of the transition. -
properties
The properties of the transition. -
to
-
transitionScreen
-
triggers
The triggers of the transition. -
type
The transition type. -
validators
The validators of the transition.
-
-
Konstruktordetails
-
WorkflowTransitions
Constructs a validated instance ofWorkflowTransitions
.- Parameter:
spec
- the specification to process
-
WorkflowTransitions
@Internal public WorkflowTransitions(List<WorkflowRuleConfiguration> actions, ConditionGroupConfiguration conditions, String customIssueEventId, String description, List<WorkflowStatusAndPort> from, String id, String name, Map<String, String> properties, WorkflowStatusAndPort to, WorkflowRuleConfiguration transitionScreen, List<WorkflowTrigger> triggers, WorkflowTransitions.TypeEnum type, List<WorkflowRuleConfiguration> validators) Constructs a validated instance ofWorkflowTransitions
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
WorkflowTransitions(Consumer)
instead.- Parameter:
actions
- The post-functions of the transition.conditions
- var.namecustomIssueEventId
- The custom event ID of the transition.description
- The description of the transition.from
- The statuses the transition can start from.id
- The ID of the transition.name
- The name of the transition.properties
- The properties of the transition.to
- var.nametransitionScreen
- var.nametriggers
- The triggers of the transition.type
- The transition type.validators
- The validators of the transition.
-
WorkflowTransitions
protected WorkflowTransitions()
-
-
Methodendetails
-
builder
-
actions
The post-functions of the transition. -
conditions
-
customIssueEventId
The custom event ID of the transition. -
description
The description of the transition. -
from
The statuses the transition can start from. -
id
The ID of the transition. -
name
The name of the transition. -
properties
The properties of the transition. -
to
-
transitionScreen
-
triggers
The triggers of the transition. -
type
The transition type. -
validators
The validators of the transition. -
actions
The post-functions of the transition.- Gibt zurück:
this
.
-
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
- Gibt zurück:
this
.
-
triggers
The triggers of the transition.- Gibt zurück:
this
.
-
type
The transition type.- Gibt zurück:
this
.
-
validators
The validators of the transition.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-