Interface | Description |
---|---|
BuildListener |
A
BuildListener is notified of the major lifecycle events as a build is executed. |
TaskParameter |
Task name with an optional project path context to provide information necessary to initiate the build.
|
Class | Description |
---|---|
BuildAdapter |
A
BuildListener adapter class for receiving build events. |
BuildExceptionReporter |
A
BuildListener which reports the build exception, if any. |
BuildLogger |
A
BuildListener which logs the build progress. |
BuildResult |
A
BuildResult packages up the results of a build executed by a GradleLauncher instance. |
BuildResultLogger |
A
BuildListener which logs the final result of the build. |
StartParameter |
StartParameter defines the configuration used by a Gradle instance to execute a build. |
TaskExecutionLogger |
A listener which logs the execution of tasks.
|