Klasse JiraWorkflow.JiraWorkflowBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.JiraWorkflow.JiraWorkflowBuilder
- Umschließende Klasse:
JiraWorkflow
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
description
(String description) The description of the workflow.The ID of the workflow.isEditable
(Boolean isEditable) Indicates if the workflow can be edited.The name of the workflow.scope
(WorkflowScope scope) startPointLayout
(WorkflowLayout startPointLayout) statuses
(Set<WorkflowReferenceStatus> statuses) The statuses referenced in this workflow.If there is a current [asynchronous task](#async-operations) operation for this workflow.toString()
transitions
(Set<WorkflowTransitions> transitions) The transitions of the workflow.usages
(Set<ProjectIssueTypes> usages) Theworkflows.usages
expand is an optional parameter that can be used when reading and updating workflows in Jira.version
(DocumentVersion version)
-
Methodendetails
-
description
The description of the workflow.- Gibt zurück:
this
.
-
id
The ID of the workflow.- Gibt zurück:
this
.
-
isEditable
Indicates if the workflow can be edited.- Gibt zurück:
this
.
-
name
The name of the workflow.- Gibt zurück:
this
.
-
scope
- Gibt zurück:
this
.
-
startPointLayout
- Gibt zurück:
this
.
-
statuses
The statuses referenced in this workflow.- Gibt zurück:
this
.
-
taskId
If there is a current [asynchronous task](#async-operations) operation for this workflow.- Gibt zurück:
this
.
-
transitions
The transitions of the workflow.- Gibt zurück:
this
.
-
usages
Theworkflows.usages
expand is an optional parameter that can be used when reading and updating workflows in Jira. It provides additional information about the projects and issue types associated with the requested workflows.- Gibt zurück:
this
.
-
version
- Gibt zurück:
this
.
-
build
-
toString
-