Klasse Transition.TransitionBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.Transition.TransitionBuilder
- Umschließende Klasse:
Transition
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
description
(String description) The description of the transition.The statuses the transition can start from.The ID of the transition.The name of the transition.properties
(Map<String, Object> properties) The properties of the transition.rules
(WorkflowRules rules) screen
(TransitionScreenDetails screen) The status the transition goes to.toString()
type
(Transition.TypeEnum type) The type of the transition.
-
Methodendetails
-
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
.
-
rules
- Gibt zurück:
this
.
-
screen
- Gibt zurück:
this
.
-
to
The status the transition goes to.- Gibt zurück:
this
.
-
type
The type of the transition.- Gibt zurück:
this
.
-
build
-
toString
-