public interface RequestObserverVersion1
This is a mirror of GradlePluginLord.RequestObserver inside Gradle, but this is meant to aid backward and forward compatibility by shielding you from direct changes within gradle.
| Modifier and Type | Method and Description |
|---|---|
void |
aboutToExecuteRequest(RequestVersion1 request)
Notification that a command is about to be executed.
|
void |
executionRequestAdded(RequestVersion1 request)
Notification that an execution request was added to the queue.
|
void |
refreshRequestAdded(RequestVersion1 request)
Notification that a refresh request was added to the queue.
|
void |
requestExecutionComplete(RequestVersion1 request,
int result,
String output)
Notification that a request has completed execution.
|
void executionRequestAdded(RequestVersion1 request)
request - the request that was addedvoid refreshRequestAdded(RequestVersion1 request)
void aboutToExecuteRequest(RequestVersion1 request)
void requestExecutionComplete(RequestVersion1 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