|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICommandRunnerPlugin
This is the interface to be used for Command Execution plugins
Method Summary | |
---|---|
void |
handleCommandAfter(CommandRunnerPluginContext ctx)
Called after every command is finished running |
void |
handleCommandBefore(CommandRunnerPluginContext ctx)
Called before every command is run |
Method Detail |
---|
void handleCommandBefore(CommandRunnerPluginContext ctx) throws RunnerPluginException
ctx
-
RunnerPluginException
void handleCommandAfter(CommandRunnerPluginContext ctx) throws RunnerPluginException
ctx
-
RunnerPluginException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |