java.lang.Object | |
↳ | com.atlassian.jira.workflow.MockWorkflowScheme |
Known Direct Subclasses |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Get the default workflow for the scheme.
| |||||||||||
Returns the workflow to use given the passed issueTypeId.
| |||||||||||
Return the default workflow as saved in the database.
| |||||||||||
Return the Workflow for the passed IssueType as saved in the databse.
| |||||||||||
The id of the workflow scheme.
| |||||||||||
Returns a map of the form
issueTypeId -> workflowName . | |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.atlassian.jira.workflow.WorkflowScheme
|
Get the default workflow for the scheme. Never null.
Returns the workflow to use given the passed issueTypeId.
issueTypeId | the issue type. |
---|
Return the default workflow as saved in the database. Can return null if no default is stored.
Return the Workflow for the passed IssueType as saved in the databse. Can return null if no Workflow is associated with the passed IssueType.
The id of the workflow scheme. Will only be null when not stored.
Returns a map of the form issueTypeId -> workflowName
. The null
issueTypeId is used to hold
the value of the default workflow (if configured).
issueTypeId -> workflowName
.