Package org.gradle.tooling.model

A UI-centric model of a Gradle build, provided by the Gradle tooling API.

See:
          Description

Interface Summary
BuildableProject Represents a project which has Gradle tasks associated with it.
Dependency Represents an artifact dependency.
DomainObjectSet<T> A set of domain objects of type T.
ExternalDependency Represents an external artifact dependency.
HierarchicalProject Represents a project which belongs to some hierarchy.
Project Represents a project of some kind.
ProjectDependency Represents a dependency on another project.
SourceDirectory Represents a source directory.
Task Represents a task which is executable by Gradle.
 

Package org.gradle.tooling.model Description

A UI-centric model of a Gradle build, provided by the Gradle tooling API.