public static interface TaskListServerProtocol.ExecutionInteraction
| Modifier and Type | Method and Description |
|---|---|
void |
projectsPopulated(List<ProjectView> projects) |
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 reportExecutionStarted()
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 projectsPopulated(List<ProjectView> projects)
void reportLiveOutput(String message)
Copyright © 2013. All rights reserved