Klasse WorkflowCreate.WorkflowCreateBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.WorkflowCreate.WorkflowCreateBuilder
- Umschließende Klasse:
WorkflowCreate
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
description
(String description) The description of the workflow to create.The name of the workflow to create.startPointLayout
(WorkflowLayout startPointLayout) statuses
(List<StatusLayoutUpdate> statuses) The statuses associated with this workflow.toString()
transitions
(List<TransitionUpdateDTO> transitions) The transitions of this workflow.
-
Methodendetails
-
description
The description of the workflow to create.- Gibt zurück:
this
.
-
name
The name of the workflow to create.- Gibt zurück:
this
.
-
startPointLayout
- Gibt zurück:
this
.
-
statuses
The statuses associated with this workflow.- Gibt zurück:
this
.
-
transitions
The transitions of this workflow.- Gibt zurück:
this
.
-
build
-
toString
-