Package org.gradle

Classes for embedding Gradle.

See:
          Description

Interface Summary
BuildListener A BuildListener is notified of the major lifecycle events as a Gradle instance executes a build.
CommandLine2StartParameterConverter  
GradleFactory A GradleFactory is responsible for creating a Gradle instance for a build, from a StartParameter.
Main.BuildCompleter  
 

Class Summary
BootstrapMain  
BuildExceptionReporter A BuildListener which reports the build exception, if any.
BuildResult A BuildResult packages up the results of a build executed by a Gradle instance.
BuildResultLogger A BuildListener which logs the final result of the build.
DefaultCommandLine2StartParameterConverter  
DefaultGradleFactory  
Gradle Gradle is the main entry point for embedding Gradle.
Main  
StartParameter StartParameter defines the configuration used by a Gradle instance to execute a build.
 

Enum Summary
CacheUsage CacheUsage specifies how compiled scripts should be cached.
StartParameter.ShowStacktrace  
 

Exception Summary
CommandLineArgumentException  
 

Package org.gradle Description

Classes for embedding Gradle.