| Package | Description |
|---|---|
| org.gradle.tooling |
The main interfaces and classes of the Gradle tooling API.
|
| org.gradle.tooling.internal.consumer |
| Modifier and Type | Method and Description |
|---|---|
void |
ModelBuilder.get(ResultHandler<? super T> handler)
Starts fetching the build.
|
<T extends Model> |
ProjectConnection.getModel(Class<T> viewType,
ResultHandler<? super T> handler)
Fetches a snapshot of the model for this project asynchronously.
|
void |
BuildLauncher.run(ResultHandler<? super Void> handler)
Launchers the build.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultModelBuilder.get(ResultHandler<? super T> handler) |
Copyright © 2013. All rights reserved