| Package | Description |
|---|---|
| org.gradle.tooling |
The main interfaces and classes of the Gradle tooling API.
|
| org.gradle.tooling.exceptions |
Exceptions thrown when using the tooling API.
|
| org.gradle.tooling.internal.consumer | |
| org.gradle.tooling.internal.consumer.parameters |
| Class and Description |
|---|
| BuildException
Thrown when a Gradle build fails, or when a model cannot be built.
|
| BuildLauncher
A
BuildLauncher allows you to configure and execute a Gradle build. |
| GradleConnectionException
Thrown when there is some problem using a Gradle connection.
|
| GradleConnector
A
GradleConnector is the main entry point to the Gradle tooling API. |
| LongRunningOperation
Offers ways to communicate both ways with a gradle operation, be it building a model or running tasks.
|
| ModelBuilder
A
ModelBuilder allows you to fetch a snapshot of the model for a project. |
| ProgressEvent
Some information about a piece of work of a long running operation.
|
| ProgressListener
A listener which is notified as some long running operation makes progress.
|
| ProjectConnection
Represents a long-lived connection to a Gradle project.
|
| ResultHandler
A handler for an asynchronous operation which returns an object of type T.
|
| UnknownModelException
Thrown when the client is trying to acquire a model that is unknown to the Tooling API.
|
| UnsupportedVersionException
Thrown when the target Gradle version does not support a particular feature.
|
| Class and Description |
|---|
| GradleConnectionException
Thrown when there is some problem using a Gradle connection.
|
| UnsupportedVersionException
Thrown when the target Gradle version does not support a particular feature.
|
| Class and Description |
|---|
| GradleConnectionException
Thrown when there is some problem using a Gradle connection.
|
| GradleConnector
A
GradleConnector is the main entry point to the Gradle tooling API. |
| LongRunningOperation
Offers ways to communicate both ways with a gradle operation, be it building a model or running tasks.
|
| ModelBuilder
A
ModelBuilder allows you to fetch a snapshot of the model for a project. |
| ProgressListener
A listener which is notified as some long running operation makes progress.
|
| ProjectConnection
Represents a long-lived connection to a Gradle project.
|
| ResultHandler
A handler for an asynchronous operation which returns an object of type T.
|
| Class and Description |
|---|
| ProgressListener
A listener which is notified as some long running operation makes progress.
|
Copyright © 2013. All rights reserved