Interface | Description |
---|---|
BuildListener | |
TaskExecutionRequest | A request to execute some tasks, along with an optional project path context to provide information necessary to select the tasks |
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 | |
BuildResultLogger | A BuildListener which logs the final result of the build. |
StartParameter | |
TaskExecutionLogger | A listener which logs the execution of tasks. |