Package com.atlassian.jira.workflow.edit
Interface TransitionOptions
- All Known Implementing Classes:
TransitionOptionsImpl
@Internal
public interface TransitionOptions
Retrieves transition options (conditions, post functions, triggers, validators, etc.).
- Since:
- v7.4
-
Method Summary
Modifier and TypeMethodDescriptiongetOptionsForAction(com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor, JiraWorkflow workflow)
-
Method Details
-
getOptionsForAction
List<TransitionOption> getOptionsForAction(com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor, JiraWorkflow workflow)
-