public class RequestObserverWrapper extends Object implements GradlePluginLord.RequestObserver
| Constructor and Description |
|---|
RequestObserverWrapper(RequestObserverVersion1 requestObserver) |
| Modifier and Type | Method and Description |
|---|---|
void |
aboutToExecuteRequest(Request request)
Notification that a command is about to be executed.
|
boolean |
equals(Object otherObject) |
void |
executionRequestAdded(ExecutionRequest request) |
int |
hashCode() |
void |
refreshRequestAdded(RefreshTaskListRequest request) |
void |
requestExecutionComplete(Request request,
int result,
String output)
Notification that the command has completed execution.
|
public RequestObserverWrapper(RequestObserverVersion1 requestObserver)
public void executionRequestAdded(ExecutionRequest request)
executionRequestAdded in interface GradlePluginLord.RequestObserverpublic void refreshRequestAdded(RefreshTaskListRequest request)
refreshRequestAdded in interface GradlePluginLord.RequestObserverpublic void aboutToExecuteRequest(Request request)
aboutToExecuteRequest in interface GradlePluginLord.RequestObserverpublic void requestExecutionComplete(Request request, int result, String output)
requestExecutionComplete in interface GradlePluginLord.RequestObserverrequest - 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