Klasse Workflow.WorkflowBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.Workflow.WorkflowBuilder
- Umschließende Klasse:
Workflow
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()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.
-
Methodendetails
-
created
The creation date of the workflow.- Gibt zurück:
this.
-
description
The description of the workflow.- Gibt zurück:
this.
-
hasDraftWorkflow
Whether the workflow has a draft version.- Gibt zurück:
this.
-
id
- Gibt zurück:
this.
-
isDefault
Whether this is the default workflow.- Gibt zurück:
this.
-
operations
- Gibt zurück:
this.
-
projects
The projects the workflow is assigned to, through workflow schemes.- Gibt zurück:
this.
-
schemes
The workflow schemes the workflow is assigned to.- Gibt zurück:
this.
-
statuses
The statuses of the workflow.- Gibt zurück:
this.
-
transitions
The transitions of the workflow.- Gibt zurück:
this.
-
updated
The last edited date of the workflow.- Gibt zurück:
this.
-
build
-
toString
-