public interface AfterBuildActionHook
Modifier and Type | Method and Description |
---|---|
void |
afterAction(String action,
Lookup context,
int result,
PrintWriter out)
This method is called after action execution.
|
void afterAction(String action, Lookup context, int result, PrintWriter out)
action
- the name of the action which is to be processed.context
- the action context.result
- the result of the build. 0 when the build is successful.out
- the OutputWriter for I/O tab of the build, it can be null
on reload only actions.