@ExperimentalApi
public interface TransitionManager
Modifier and Type | Method and Description |
---|---|
Collection<WorkflowTransitionEntry> |
getTransitions(Collection<JiraWorkflow> workflows)
Collects all possible transitions for the specified
JiraWorkflow s |
Collection<WorkflowTransitionEntry> getTransitions(@Nonnull Collection<JiraWorkflow> workflows)
JiraWorkflow
sworkflows
- a Collection
of JiraWorkflow
Collection
containing the JiraWorkflow
along with their transitionsCopyright © 2002-2019 Atlassian. All Rights Reserved.