Package org.gradle

Classes for embedding Gradle.

See:
          Description

Interface Summary
BuildListener A BuildListener is notified of the major lifecycle events as a GradleLauncher instance executes a build.
CommandLine2StartParameterConverter  
ExecutionListener This provides runtime information when executing a build.
GradleFactory A GradleFactory is responsible for creating a GradleLauncher instance for a build, from a StartParameter.
Main.BuildCompleter  
 

Class Summary
BootstrapLoader  
BootstrapMain  
BuildAdapter An abstract adapter class for receiving build events.
BuildExceptionReporter A BuildListener which reports the build exception, if any.
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.
DefaultCommandLine2StartParameterConverter  
DefaultGradleFactory  
GradleLauncher GradleLauncher is the main entry point for embedding Gradle.
Main  
ParentLastClassLoader This class loader delegates to the parent class loader ONLY if it cannot find it itself.
StartParameter StartParameter defines the configuration used by a GradleLauncher 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.