| Package | Description |
|---|---|
| org.gradle.tooling |
The main interfaces and classes of the Gradle tooling API.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
BuildLauncher |
BuildLauncher.forTasks(Task... tasks)
Sets the tasks to be executed.
|
| Modifier and Type | Method and Description |
|---|---|
BuildLauncher |
BuildLauncher.forTasks(Iterable<? extends Task> tasks)
Sets the tasks to be executed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultGradleTask |
| Modifier and Type | Method and Description |
|---|---|
DomainObjectSet<? extends Task> |
DefaultIdeaModule.getTasks() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
GradleTask
Represents a task which is executable by Gradle.
|
| Modifier and Type | Method and Description |
|---|---|
DomainObjectSet<? extends Task> |
BuildableElement.getTasks()
Returns the tasks of this project.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
EclipseTask
Deprecated.
|
Copyright © 2013. All rights reserved