Class WorkflowUpdate.WorkflowUpdateBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.WorkflowUpdate.WorkflowUpdateBuilder
- Enclosing class:
- WorkflowUpdate
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
defaultStatusMappings
(List<StatusMigration> defaultStatusMappings) The mapping of old to new status ID.description
(String description) The new description for this workflow.The ID of this workflow.startPointLayout
(WorkflowLayout startPointLayout) statuses
(List<StatusLayoutUpdate> statuses) The statuses associated with this workflow.statusMappings
(List<StatusMappingDTO> statusMappings) The mapping of old to new status ID for a specific project and issue type.toString()
transitions
(List<TransitionUpdateDTO> transitions) The transitions of this workflow.version
(DocumentVersion version)
-
Method Details
-
defaultStatusMappings
public WorkflowUpdate.WorkflowUpdateBuilder defaultStatusMappings(List<StatusMigration> defaultStatusMappings) The mapping of old to new status ID.- Returns:
this
.
-
description
The new description for this workflow.- Returns:
this
.
-
id
The ID of this workflow.- Returns:
this
.
-
startPointLayout
- Returns:
this
.
-
statusMappings
The mapping of old to new status ID for a specific project and issue type.- Returns:
this
.
-
statuses
The statuses associated with this workflow.- Returns:
this
.
-
transitions
The transitions of this workflow.- Returns:
this
.
-
version
- Returns:
this
.
-
build
-
toString
-