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) Use the optionalworkflows.usagesexpand to get additional information about the projects and issue types associated with the requested workflows.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
Use the optionalworkflows.usagesexpand to get additional information about the projects and issue types associated with the requested workflows.- Gibt zurück:
this.
-
version
- Gibt zurück:
this.
-
build
-
toString
-