Klasse IssueTransition.IssueTransitionBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.IssueTransition.IssueTransitionBuilder
- Umschließende Klasse:
IssueTransition
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()Expand options that include additional transition details in the response.fields(Map<String, FieldMetadata> fields) Details of the fields associated with the issue transition screen.Whether there is a screen associated with the issue transition.The ID of the issue transition.isAvailable(Boolean isAvailable) Whether the transition is available to be performed.isConditional(Boolean isConditional) Whether the issue has to meet criteria before the issue transition is applied.Whether the issue transition is global, that is, the transition is applied to issues regardless of their status.Whether this is the initial issue transition for the workflow.The name of the issue transition.to(IssueTransitionTo to) toString()
-
Methodendetails
-
expand
Expand options that include additional transition details in the response.- Gibt zurück:
this.
-
fields
Details of the fields associated with the issue transition screen. Use this information to populatefieldsandupdatein a transition request.- Gibt zurück:
this.
-
hasScreen
Whether there is a screen associated with the issue transition.- Gibt zurück:
this.
-
id
The ID of the issue transition. Required when specifying a transition to undertake.- Gibt zurück:
this.
-
isAvailable
Whether the transition is available to be performed.- Gibt zurück:
this.
-
isConditional
Whether the issue has to meet criteria before the issue transition is applied.- Gibt zurück:
this.
-
isGlobal
Whether the issue transition is global, that is, the transition is applied to issues regardless of their status.- Gibt zurück:
this.
-
isInitial
Whether this is the initial issue transition for the workflow.- Gibt zurück:
this.
-
looped
- Gibt zurück:
this.
-
name
The name of the issue transition.- Gibt zurück:
this.
-
to
- Gibt zurück:
this.
-
build
-
toString
-