com.dtolabs.rundeck.core.cli
Interface Action

All Known Implementing Classes:
BaseAction, CreateAction, RemoveAction

public interface Action

The Action interface encapsulates a single action invoked via the command line.


Method Summary
 void exec()
          Execute the action.
 

Method Detail

exec

void exec()
          throws java.lang.Throwable
Execute the action.

Throws:
java.lang.Throwable