| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UnknownModelException
Thrown when the client is trying to acquire a model that is unknown to the Tooling API.
|
| Modifier and Type | Method and Description |
|---|---|
abstract ProjectConnection |
GradleConnector.connect()
Creates a connection to the project in the specified project directory.
|
<T extends Model> |
ProjectConnection.getModel(Class<T> viewType)
Fetches a snapshot of the model of the given type for this project.
|
void |
BuildLauncher.run()
Execute the build, blocking until it is complete.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UnsupportedOperationConfigurationException
Thrown when the
LongRunningOperation has been configured
with unsupported settings. |
Copyright © 2013. All rights reserved