public class DefaultTransitionManager extends Object implements TransitionManager
| Constructor and Description |
|---|
DefaultTransitionManager() |
| Modifier and Type | Method and Description |
|---|---|
Collection<WorkflowTransitionEntry> |
getTransitions(Collection<JiraWorkflow> workflows)
Collects all possible transitions for the specified
JiraWorkflows |
public Collection<WorkflowTransitionEntry> getTransitions(@Nullable Collection<JiraWorkflow> workflows)
TransitionManagerJiraWorkflowsgetTransitions in interface TransitionManagerworkflows - a Collection of JiraWorkflowCollection containing the JiraWorkflow along with their transitionsCopyright © 2002-2021 Atlassian. All Rights Reserved.