public interface GradleRunnerInteractionVersion1
| Modifier and Type | Interface and Description |
|---|---|
static class |
GradleRunnerInteractionVersion1.LogLevel |
static class |
GradleRunnerInteractionVersion1.StackTraceLevel |
| Modifier and Type | Method and Description |
|---|---|
File |
getCustomGradleExecutable()
This is called to get a custom gradle executable file.
|
GradleRunnerInteractionVersion1.LogLevel |
getLogLevel() |
GradleRunnerInteractionVersion1.StackTraceLevel |
getStackTraceLevel() |
File |
getWorkingDirectory() |
void |
reportExecutionFinished(boolean wasSuccessful,
String message,
Throwable throwable) |
void |
reportExecutionStarted()
Notification that overall execution has been started.
|
void |
reportLiveOutput(String output)
Report real-time output from gradle and its subsystems (such as ant).
|
void |
reportNumberOfTasksToExecute(int size)
Notification of the total number of tasks that will be executed.
|
void |
reportTaskComplete(String currentTaskName,
float percentComplete) |
void |
reportTaskStarted(String currentTaskName,
float percentComplete)
Notification that a single task has completed.
|
File getWorkingDirectory()
GradleRunnerInteractionVersion1.LogLevel getLogLevel()
GradleRunnerInteractionVersion1.StackTraceLevel getStackTraceLevel()
void reportExecutionStarted()
void reportNumberOfTasksToExecute(int size)
size - the total number of tasks.void reportTaskStarted(String currentTaskName, float percentComplete)
currentTaskName - the task being executedpercentComplete - the percent complete of all the tasks that make up the task you requested.void reportTaskComplete(String currentTaskName, float percentComplete)
void reportLiveOutput(String output)
output - a single line of text to show.void reportExecutionFinished(boolean wasSuccessful,
String message,
Throwable throwable)
File getCustomGradleExecutable()
Copyright © 2013. All rights reserved