@PublicApi
public interface WorkflowSchemeTemplate
ConfigTemplate
.Modifier and Type | Method and Description |
---|---|
Optional<String> |
defaultWorkflow()
Returns the key of the default worfklow.
|
String |
description()
Returns the description of the workflow scheme.
|
boolean |
hasWorkflow(String workflowKey)
Indicates whether this workflow scheme template has a workflow which matches the specified workflow key.
|
String |
name()
Returns the name of the workflow scheme.
|
List<WorkflowTemplate> |
workflowTemplates()
Returns the workflow templates of this workflow scheme.
|
String name()
String description()
Optional<String> defaultWorkflow()
List<WorkflowTemplate> workflowTemplates()
boolean hasWorkflow(String workflowKey)
workflowKey
- unique id for the workflowCopyright © 2002-2024 Atlassian. All Rights Reserved.