com.atlassian.jira.workflow.WorkflowScheme.Builder<T extends com.atlassian.jira.workflow.WorkflowScheme.Builder<T>> |
![]() |
A builder that can be used to change a workflow scheme.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Remove all the mappings currently stored in the builder.
| |||||||||||
Remove the default mapping from the scheme.
| |||||||||||
Remove the mapping for the passed issue type from the scheme.
| |||||||||||
Remove all explicit references to the passed workflow from the scheme.
| |||||||||||
Set the default workflow for the scheme.
| |||||||||||
Set the workflow for the passed issue type.
| |||||||||||
Set the workflow map for the scheme.
|
Remove all the mappings currently stored in the builder.
Remove the default mapping from the scheme.
Remove the mapping for the passed issue type from the scheme.
issueTypeId | the issue type whose mapping is to be removed. |
---|
Remove all explicit references to the passed workflow from the scheme. This method sets the default workflow to null if it matches the passed workflow.
workflowName | the name of the workflow to remove. |
---|
Set the default workflow for the scheme.
workflowName | the default workflow for the scheme. |
---|
Set the workflow for the passed issue type.
issueTypeId | the issue type to map. |
---|---|
workflowName | the workflow to map |
Set the workflow map for the scheme. Its basically a mapping from issueTypeId -> workflowName
.
mappings | the mappings to set in the scheme. |
---|