| Package | Description |
|---|---|
| org.gradle |
Classes for embedding Gradle.
|
| org.gradle.gradleplugin.userinterface.swing.generic | |
| org.gradle.initialization | |
| org.gradle.launcher.cli | |
| org.gradle.profile | |
| org.gradle.tooling.internal.provider |
| Modifier and Type | Method and Description |
|---|---|
abstract BuildResult |
GradleLauncher.getBuildAnalysis()
Evaluates the settings and all the projects.
|
abstract BuildResult |
GradleLauncher.getBuildAndRunAnalysis()
Evaluates the settings and all the projects.
|
BuildResult |
BuildResult.rethrowFailure()
Rethrows the build failure.
|
abstract BuildResult |
GradleLauncher.run()
Executes the build for this
GradleLauncher instance and returns the result. |
| Modifier and Type | Method and Description |
|---|---|
void |
BuildResultLogger.buildFinished(BuildResult result) |
void |
BuildLogger.buildFinished(BuildResult result) |
void |
BuildListener.buildFinished(BuildResult result)
Called when the build is completed.
|
void |
BuildExceptionReporter.buildFinished(BuildResult result) |
void |
BuildAdapter.buildFinished(BuildResult result) |
| Modifier and Type | Method and Description |
|---|---|
void |
OutputPanel.reportExecutionFinished(boolean wasSuccessful,
BuildResult buildResult,
String output)
Notification that execution of all tasks has completed.
|
| Modifier and Type | Method and Description |
|---|---|
BuildResult |
DefaultGradleLauncher.getBuildAnalysis()
Evaluates the settings and all the projects.
|
BuildResult |
DefaultGradleLauncher.getBuildAndRunAnalysis()
Evaluates the settings and all the projects.
|
BuildResult |
DefaultGradleLauncher.run()
Executes the build for this GradleLauncher instance and returns the result.
|
BuildResult |
GradleLauncherAction.run(GradleLauncher launcher)
Executes the action with the given launcher.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NestedBuildTracker.buildFinished(BuildResult result) |
| Modifier and Type | Method and Description |
|---|---|
BuildResult |
ExecuteBuildAction.run(GradleLauncher launcher) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProfileEventAdapter.buildFinished(BuildResult result) |
| Modifier and Type | Method and Description |
|---|---|
BuildResult |
BuildModelAction.run(GradleLauncher launcher) |
BuildResult |
ExecuteBuildAction.run(GradleLauncher gradleLauncher) |
Copyright © 2013. All rights reserved