public interface

ExecutableAction

com.atlassian.jira.web.action.admin.issuetypes.ExecutableAction
Known Indirect Subclasses

Class Overview

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.

Summary

Public Methods
void run()
Run the action

Public Methods

public void run ()

Run the action