public static interface ExecuteGradleCommandServerProtocol.ExecutionInteraction
| Modifier and Type | Method and Description |
|---|---|
void |
reportExecutionFinished(boolean wasSuccessful,
String message,
Throwable throwable)
Notification that execution has finished.
|
void |
reportExecutionStarted()
Notification that gradle has started execution.
|
void |
reportLiveOutput(String message) |
void |
reportNumberOfTasksToExecute(int size)
Notification of the total number of tasks that will be executed.
|
void |
reportTaskComplete(String message,
float percentComplete) |
void |
reportTaskStarted(String message,
float percentComplete) |
void reportExecutionStarted()
void reportNumberOfTasksToExecute(int size)
size - the total number of tasks.void reportExecutionFinished(boolean wasSuccessful,
String message,
Throwable throwable)
wasSuccessful - true if gradle was successful (returned 0)message - the output of gradle if it ran. If it didn't, an error message.throwable - an exception if one occurredvoid reportTaskStarted(String message, float percentComplete)
void reportTaskComplete(String message, float percentComplete)
void reportLiveOutput(String message)
Copyright © 2013. All rights reserved