Klasse WorkflowUpdate.WorkflowUpdateBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.WorkflowUpdate.WorkflowUpdateBuilder
- Umschließende Klasse:
WorkflowUpdate
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
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)
-
Methodendetails
-
defaultStatusMappings
public WorkflowUpdate.WorkflowUpdateBuilder defaultStatusMappings(List<StatusMigration> defaultStatusMappings) The mapping of old to new status ID.- Gibt zurück:
this
.
-
description
The new description for this workflow.- Gibt zurück:
this
.
-
id
The ID of this workflow.- Gibt zurück:
this
.
-
startPointLayout
- Gibt zurück:
this
.
-
statusMappings
The mapping of old to new status ID for a specific project and issue type.- 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
.
-
version
- Gibt zurück:
this
.
-
build
-
toString
-