Class DefaultWorkflow.DefaultWorkflowBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.DefaultWorkflow.DefaultWorkflowBuilder
- Enclosing class:
- DefaultWorkflow
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
toString()
updateDraftIfNeeded
(Boolean updateDraftIfNeeded) Whether a draft workflow scheme is created or updated when updating an active workflow scheme.The name of the workflow to set as the default workflow.
-
Method Details
-
updateDraftIfNeeded
Whether a draft workflow scheme is created or updated when updating an active workflow scheme. The draft is updated with the new default workflow. Defaults tofalse
.- Returns:
this
.
-
workflow
The name of the workflow to set as the default workflow.- Returns:
this
.
-
build
-
toString
-