Class Workflow.WorkflowBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.Workflow.WorkflowBuilder
- Enclosing class:
- Workflow
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
created
(OffsetDateTime created) The creation date of the workflow.description
(String description) The description of the workflow.hasDraftWorkflow
(Boolean hasDraftWorkflow) Whether the workflow has a draft version.Whether this is the default workflow.operations
(WorkflowOperations operations) projects
(List<ProjectDetails> projects) The projects the workflow is assigned to, through workflow schemes.schemes
(List<WorkflowSchemeIdName> schemes) The workflow schemes the workflow is assigned to.statuses
(List<WorkflowStatus> statuses) The statuses of the workflow.toString()
transitions
(List<Transition> transitions) The transitions of the workflow.updated
(OffsetDateTime updated) The last edited date of the workflow.
-
Method Details
-
created
The creation date of the workflow.- Returns:
this
.
-
description
The description of the workflow.- Returns:
this
.
-
hasDraftWorkflow
Whether the workflow has a draft version.- Returns:
this
.
-
id
- Returns:
this
.
-
isDefault
Whether this is the default workflow.- Returns:
this
.
-
operations
- Returns:
this
.
-
projects
The projects the workflow is assigned to, through workflow schemes.- Returns:
this
.
-
schemes
The workflow schemes the workflow is assigned to.- Returns:
this
.
-
statuses
The statuses of the workflow.- Returns:
this
.
-
transitions
The transitions of the workflow.- Returns:
this
.
-
updated
The last edited date of the workflow.- Returns:
this
.
-
build
-
toString
-