Groovy Documentation

Package org.gradle

Classes for embedding Gradle.

 

Interface Summary
BuildListener

A BuildListener is notified of the major lifecycle events as a GradleLauncher instance executes a build.

 


Class Summary
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.
GradleLauncher

GradleLauncher is the main entry point for embedding Gradle.

StartParameter

StartParameter defines the configuration used by a GradleLauncher instance to execute a build.

TaskExecutionLogger A listener which logs the execution of tasks.
 


Enum Summary
CacheUsage

CacheUsage specifies how compiled scripts should be cached.

StartParameter.ShowStacktrace Specifies the detail to include in stacktraces.
 


Exception Summary
CommandLineArgumentException A CommandLineArgumentException is thrown when command-line arguments cannot be parsed.
 


Groovy Documentation