public interface

AssignableWorkflowScheme

implements WorkflowScheme
com.atlassian.jira.workflow.AssignableWorkflowScheme
Known Indirect Subclasses

Class Overview

A workflow scheme that can be assigned to a project.

Summary

Nested Classes
interface AssignableWorkflowScheme.Builder A builder that can be used to change an AssignableWorkflowScheme. 
Public Methods
@Nonnull 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.
[Expand]
Inherited Methods
From interface com.atlassian.jira.workflow.WorkflowScheme

Public Methods

@Nonnull public 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.

public String getDescription ()

The description of the workflow scheme.

Returns
  • the description of the workflow scheme.

public String getName ()

The name of the workflow scheme.

Returns
  • the name of the workflow scheme.