| Package | Description |
|---|---|
| org.gradle.tooling.internal.gradle | |
| org.gradle.tooling.internal.idea | |
| org.gradle.tooling.model |
A UI-centric model of a Gradle build, provided by the Gradle tooling API.
|
| org.gradle.tooling.model.eclipse |
An Eclipse-centric model of a Gradle build, provided by the Gradle tooling API.
|
| org.gradle.tooling.model.idea |
IntelliJ IDEA related API of the tooling API
|
| org.gradle.tooling.model.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultGradleProject |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultIdeaModule |
class |
DefaultIdeaProject |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BuildableElement
Represents an element which has Gradle tasks associated with it.
|
interface |
GradleProject
Gradle project.
|
interface |
HierarchicalElement
Represents an element which belongs to some hierarchy.
|
| Modifier and Type | Method and Description |
|---|---|
Element |
Task.getProject()
Returns the element which this task belongs to.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
EclipseProject
The complete model of an Eclipse project.
|
interface |
HierarchicalEclipseProject
Represents the basic information about an Eclipse project.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BasicIdeaProject
IdeaProject that does not provide/resolve any external dependencies.
|
interface |
IdeaModule
Represents information about the IntelliJ IDEA module
|
interface |
IdeaProject
Represents the information about the IntelliJ IDEA project
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TestModel
For testing purposes only
|
Copyright © 2013. All rights reserved