See: Description
| Interface | Description |
|---|---|
| BuildableElement |
Represents an element which has Gradle tasks associated with it.
|
| Dependency |
Represents an artifact dependency.
|
| DomainObjectSet<T> |
A set of domain objects of type T.
|
| Element |
Described model element.
|
| ExternalDependency |
Represents an external artifact dependency.
|
| GradleModuleVersion |
Informs about a module version, i.e.
|
| GradleProject |
Gradle project.
|
| GradleTask |
Represents a task which is executable by Gradle.
|
| HasGradleProject |
An element that is associated with a Gradle project.
|
| HierarchicalElement |
Represents an element which belongs to some hierarchy.
|
| Model |
A model that is buildable by the Tooling API.
|
| ProjectDependency |
Represents a dependency on another project.
|
| SourceDirectory |
Represents a source directory.
|
| Task |
Represents a task which is executable by Gradle.
|
| Exception | Description |
|---|---|
| UnsupportedMethodException |
Thrown when the tooling API client attempts to use a method that does not exist
in the version of Gradle that the tooling API is connected to.
|