Package com.atlassian.jira.workflow
Interface AssignableWorkflowScheme
- All Superinterfaces:
WorkflowScheme
- All Known Implementing Classes:
MockAssignableWorkflowScheme
A workflow scheme that can be assigned to a project.
- Since:
- v5.2
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
A builder that can be used to change an AssignableWorkflowScheme. -
Method Summary
Methods inherited from interface com.atlassian.jira.workflow.WorkflowScheme
getActualDefaultWorkflow, getActualWorkflow, getConfiguredDefaultWorkflow, getConfiguredWorkflow, getId, getMappings, isDefault, isDraft
-
Method Details
-
builder
Return a builder initialised with the state of the current workflow scheme.- Returns:
- a new builder initialised with the state of the current workflow scheme.
-
getName
String getName()The name of the workflow scheme.- Specified by:
getName
in interfaceWorkflowScheme
- Returns:
- the name of the workflow scheme.
-
getDescription
String getDescription()The description of the workflow scheme.- Specified by:
getDescription
in interfaceWorkflowScheme
- Returns:
- the description of the workflow scheme.
-