public static interface

AssignableWorkflowScheme.Builder

implements WorkflowScheme.Builder<T extends Builder<T>>
com.atlassian.jira.workflow.AssignableWorkflowScheme.Builder
Known Indirect Subclasses

Class Overview

A builder that can be used to change an AssignableWorkflowScheme.

Summary

Public Methods
@Nonnull AssignableWorkflowScheme build()
@Nonnull AssignableWorkflowScheme.Builder setDescription(String description)
Set the description of the workflow scheme.
@Nonnull AssignableWorkflowScheme.Builder setName(String name)
Set the name of the worklflow scheme.
[Expand]
Inherited Methods
From interface com.atlassian.jira.workflow.WorkflowScheme.Builder

Public Methods

@Nonnull public AssignableWorkflowScheme build ()

@Nonnull public AssignableWorkflowScheme.Builder setDescription (String description)

Set the description of the workflow scheme.

Parameters
description the description of the workflow scheme.
Returns
  • the builder.

@Nonnull public AssignableWorkflowScheme.Builder setName (String name)

Set the name of the worklflow scheme.

Parameters
name the name of the workflow scheme.
Returns
  • the builder.