com.atlassian.jira.workflow
Interface AssignableWorkflowScheme

All Superinterfaces:
WorkflowScheme
All Known Implementing Classes:
MockAssignableWorkflowScheme

public interface AssignableWorkflowScheme
extends WorkflowScheme

A workflow scheme that can be assigned to a project.

Since:
v5.2

Nested Class Summary
static interface AssignableWorkflowScheme.Builder
          A builder that can be used to change an AssignableWorkflowScheme.
 
Method Summary
 AssignableWorkflowScheme.Builder builder()
          Return a builder initialised with the state of the current workflow scheme.
 String getDescription()
          The description of the workflow scheme.
 String getName()
          The name of the workflow scheme.
 
Methods inherited from interface com.atlassian.jira.workflow.WorkflowScheme
getActualDefaultWorkflow, getActualWorkflow, getConfiguredDefaultWorkflow, getConfiguredWorkflow, getId, getMappings, isDefault, isDraft
 

Method Detail

builder

@Nonnull
AssignableWorkflowScheme.Builder 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 interface WorkflowScheme
Returns:
the name of the workflow scheme.

getDescription

String getDescription()
The description of the workflow scheme.

Specified by:
getDescription in interface WorkflowScheme
Returns:
the description of the workflow scheme.


Copyright © 2002-2014 Atlassian. All Rights Reserved.