| Package | Description |
|---|---|
| org.gradle |
Classes for embedding Gradle.
|
| org.gradle.api.internal | |
| org.gradle.api.invocation |
Classes for invoking and monitoring gradle builds.
|
| org.gradle.initialization | |
| org.gradle.invocation | |
| org.gradle.profile |
| Modifier and Type | Class and Description |
|---|---|
class |
BuildAdapter
A
BuildListener adapter class for receiving build events. |
class |
BuildExceptionReporter
A
BuildListener which reports the build exception, if any. |
class |
BuildLogger
A
BuildListener which logs the build progress. |
class |
BuildResultLogger
A
BuildListener which logs the final result of the build. |
| Modifier and Type | Method and Description |
|---|---|
BuildListener |
GradleInternal.getBuildListenerBroadcaster()
Returns the broadcaster for
BuildListener events |
| Modifier and Type | Method and Description |
|---|---|
void |
Gradle.addBuildListener(BuildListener buildListener)
Adds a
BuildListener to this Build instance. |
| Modifier and Type | Class and Description |
|---|---|
class |
NestedBuildTracker |
| Constructor and Description |
|---|
DefaultGradleLauncher(GradleInternal gradle,
InitScriptHandler initScriptHandler,
SettingsHandler settingsHandler,
BuildLoader buildLoader,
BuildConfigurer buildConfigurer,
BuildListener buildListener,
ExceptionAnalyser exceptionAnalyser,
LoggingManagerInternal loggingManager,
ModelConfigurationListener modelConfigurationListener,
BuildExecuter buildExecuter)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
BuildListener |
DefaultGradle.getBuildListenerBroadcaster() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultGradle.addBuildListener(BuildListener buildListener) |
| Modifier and Type | Class and Description |
|---|---|
class |
ProfileEventAdapter
Adapts various events to build a
BuildProfile model, and then notifies a ReportGeneratingProfileListener when the model is ready. |
class |
ReportGeneratingProfileListener |
Copyright © 2013. All rights reserved