Groovy Documentation

Package org.gradle.tooling.model

The general-purpose tooling model types, provided by the tooling API.

 

Interface Summary
BuildableElement Represents an element which has Gradle tasks associated with it.
Dependency Represents an artifact dependency.
DomainObjectSet 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. group, name, version.
GradleProject Represents a 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 Summary
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.
 


Gradle API 1.8