public static interface GradlePluginLord.RequestObserver
| Modifier and Type | Method and Description |
|---|---|
void |
aboutToExecuteRequest(Request request)
Notification that a command is about to be executed.
|
void |
executionRequestAdded(ExecutionRequest request) |
void |
refreshRequestAdded(RefreshTaskListRequest request) |
void |
requestExecutionComplete(Request request,
int result,
String output)
Notification that the command has completed execution.
|
void executionRequestAdded(ExecutionRequest request)
void refreshRequestAdded(RefreshTaskListRequest request)
void aboutToExecuteRequest(Request request)
void requestExecutionComplete(Request request, int result, String output)
request - the original request containing the command that was executedresult - the result of the commandoutput - the output from gradle executing the commandCopyright © 2013. All rights reserved