Interface ExecutableAction
- All Known Implementing Classes:
AssociateIssueTypeSchemes,AssociatePriorityScheme,ConfigureIssueTypeOptionScheme,ConfigureOptionScheme,SelectIssueTypeSchemeForProject
public interface ExecutableAction
This interface defines something than can be executed. This is used to allow various things to stall the execution
of the action until a certain time. For example, if some migration wizard needs to happen before this action can be
executed.
-
Method Summary
-
Method Details
-
run
void run()Run the action
-