Class WorkflowCreate.WorkflowCreateBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.WorkflowCreate.WorkflowCreateBuilder
- Enclosing class:
- WorkflowCreate
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
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.
-
Method Details
-
description
The description of the workflow to create.- Returns:
this
.
-
name
The name of the workflow to create.- Returns:
this
.
-
startPointLayout
- Returns:
this
.
-
statuses
The statuses associated with this workflow.- Returns:
this
.
-
transitions
The transitions of this workflow.- Returns:
this
.
-
build
-
toString
-