com.atlassian.jira.web.action.admin.issuetypes
Interface ExecutableAction

All Known Implementing Classes:
AssociateIssueTypeSchemes, ConfigureOptionScheme

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
 void run()
          Run the action
 

Method Detail

run

public void run()
Run the action



Copyright © 2002-2006 Atlassian. All Rights Reserved.