| Package | Description |
|---|---|
| org.gradle |
Classes for embedding Gradle.
|
| org.gradle.api |
Start Here: Gradle's
Project API, which is available from your build files. |
| org.gradle.api.initialization |
Classes for managing and monitoring build initialization.
|
| org.gradle.api.internal | |
| org.gradle.api.internal.changedetection | |
| org.gradle.api.internal.project | |
| org.gradle.api.invocation |
Classes for invoking and monitoring gradle builds.
|
| org.gradle.foundation.ipc.gradle | |
| org.gradle.initialization | |
| org.gradle.invocation | |
| org.gradle.profile |
| Modifier and Type | Method and Description |
|---|---|
Gradle |
BuildResult.getGradle() |
| Modifier and Type | Method and Description |
|---|---|
void |
BuildLogger.buildStarted(Gradle gradle) |
void |
BuildListener.buildStarted(Gradle gradle)
Called when the build is started.
|
void |
BuildAdapter.buildStarted(Gradle gradle) |
void |
BuildLogger.projectsEvaluated(Gradle gradle) |
void |
BuildListener.projectsEvaluated(Gradle gradle)
Called when all projects for the build have been evaluated.
|
void |
BuildAdapter.projectsEvaluated(Gradle gradle) |
void |
BuildLogger.projectsLoaded(Gradle gradle) |
void |
BuildListener.projectsLoaded(Gradle gradle)
Called when the projects for the build have been created from the settings.
|
void |
BuildAdapter.projectsLoaded(Gradle gradle) |
| Constructor and Description |
|---|
BuildResult(Gradle gradle,
Throwable failure) |
| Modifier and Type | Method and Description |
|---|---|
Gradle |
Project.getGradle()
Returns the
Gradle invocation which this project belongs to. |
| Modifier and Type | Method and Description |
|---|---|
Gradle |
Settings.getGradle()
Returns the
Gradle instance for the current build. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
GradleInternal
An internal interface for Gradle that exposed objects and concepts that are not intended for public
consumption.
|
| Constructor and Description |
|---|
DefaultTaskArtifactStateCacheAccess(Gradle gradle,
CacheRepository cacheRepository) |
| Constructor and Description |
|---|
TaskExecutionServices(ServiceRegistry parent,
Gradle gradle) |
| Modifier and Type | Method and Description |
|---|---|
Gradle |
Gradle.getGradle()
Returns this
Gradle instance. |
Gradle |
Gradle.getParent()
Returns the parent build of this build, if any.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
IPCUtilities.invokeExecuteGradleClient(Gradle gradle)
This starts a gradle client for doing regular execution of a command.
|
static void |
IPCUtilities.invokeTaskListGradleClient(Gradle gradle)
This starts a gradle client that sends a task list back to the server.
|
| Constructor and Description |
|---|
ExecuteGradleCommandClientProtocol(Gradle gradle) |
TaskListClientProtocol(Gradle gradle) |
| Modifier and Type | Method and Description |
|---|---|
void |
NestedBuildTracker.buildStarted(Gradle gradle) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultGradle |
| Modifier and Type | Method and Description |
|---|---|
Gradle |
DefaultGradle.getGradle() |
Gradle |
DefaultGradle.getParent() |
| Constructor and Description |
|---|
DefaultGradle(Gradle parent,
StartParameter startParameter,
ServiceRegistryFactory parentRegistry) |
| Modifier and Type | Method and Description |
|---|---|
Gradle |
BuildProfile.getGradle() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProfileEventAdapter.buildStarted(Gradle gradle) |
void |
ReportGeneratingProfileListener.projectsEvaluated(Gradle gradle) |
void |
ProfileEventAdapter.projectsEvaluated(Gradle gradle) |
void |
ProfileEventAdapter.projectsLoaded(Gradle gradle) |
| Constructor and Description |
|---|
BuildProfile(Gradle gradle) |
Copyright © 2013. All rights reserved