Interface | Description |
---|---|
BuildListener |
A
BuildListener is notified of the major lifecycle events as a build is executed. |
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. |
BuildResult |
A
BuildResult packages up the results of a build executed by a GradleLauncher instance. |
StartParameter |
StartParameter defines the configuration used by a Gradle instance to execute a build. |