Package com.atlassian.jira.workflow.edit
Interface TransitionData
- All Known Implementing Classes:
ActionDescriptorTransitionData,SimpleTransitionData
public interface TransitionData
-
Method Details
-
getActionId
int getActionId() -
getName
String getName() -
getDescription
String getDescription() -
getScreenId
Long getScreenId() -
getScreenName
String getScreenName() -
isInitial
boolean isInitial() -
isGlobal
boolean isGlobal() -
isLooped
boolean isLooped() -
getTransitionOptions
List<TransitionOption> getTransitionOptions()
-