public static interface AssignableWorkflowScheme.Builder extends WorkflowScheme.Builder<AssignableWorkflowScheme.Builder>
Modifier and Type | Method and Description |
---|---|
AssignableWorkflowScheme |
build() |
AssignableWorkflowScheme.Builder |
setDescription(String description)
Set the description of the workflow scheme.
|
AssignableWorkflowScheme.Builder |
setName(String name)
Set the name of the worklflow scheme.
|
clearMappings, getDefaultWorkflow, getDescription, getId, getMapping, getMappings, getName, isDefault, isDraft, removeDefault, removeMapping, removeWorkflow, setDefaultWorkflow, setMapping, setMappings
@Nonnull AssignableWorkflowScheme.Builder setName(@Nonnull String name)
name
- the name of the workflow scheme.@Nonnull AssignableWorkflowScheme.Builder setDescription(String description)
description
- the description of the workflow scheme.@Nonnull AssignableWorkflowScheme build()
Copyright © 2002-2016 Atlassian. All Rights Reserved.