java.lang.Object | |
↳ | com.atlassian.jira.workflow.MockDraftWorkflowScheme.MockBuilder |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
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.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.atlassian.jira.workflow.DraftWorkflowScheme.Builder
| |||||||||||
From interface
com.atlassian.jira.workflow.WorkflowScheme.Builder
|
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. |
---|