Klasse IssueUpdateDetailsTransition.IssueUpdateDetailsTransitionBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.IssueUpdateDetailsTransition.IssueUpdateDetailsTransitionBuilder
- Umschließende Klasse:
IssueUpdateDetailsTransition
-
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
public IssueUpdateDetailsTransition.IssueUpdateDetailsTransitionBuilder fields(Map<String, FieldMetadata> fields) Details of the fields associated with the issue transition screen. Use this information to populatefields
andupdate
in a transition request.- Gibt zurück:
this
.
-
hasScreen
public IssueUpdateDetailsTransition.IssueUpdateDetailsTransitionBuilder hasScreen(Boolean 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
public IssueUpdateDetailsTransition.IssueUpdateDetailsTransitionBuilder isAvailable(Boolean isAvailable) Whether the transition is available to be performed.- Gibt zurück:
this
.
-
isConditional
public IssueUpdateDetailsTransition.IssueUpdateDetailsTransitionBuilder isConditional(Boolean 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
public IssueUpdateDetailsTransition.IssueUpdateDetailsTransitionBuilder isInitial(Boolean 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
-