| Package | Description |
|---|---|
| org.gradle.api |
Start Here: Gradle's
Project API, which is available from your build files. |
| org.gradle.api.artifacts |
Classes for declaring and using artifacts and artifact dependencies.
|
| org.gradle.api.internal.artifacts | |
| org.gradle.api.internal.artifacts.configurations | |
| org.gradle.api.internal.artifacts.dependencies | |
| org.gradle.api.internal.artifacts.publish | |
| org.gradle.api.internal.file | |
| org.gradle.api.internal.file.collections | |
| org.gradle.api.internal.tasks | |
| org.gradle.plugins.binaries.model.internal |
Implementations of the native model classes.
|
| Modifier and Type | Method and Description |
|---|---|
TaskDependency |
Buildable.getBuildDependencies()
Returns a dependency which contains the tasks which build this artifact.
|
TaskDependency |
Task.getTaskDependencies()
Returns a
TaskDependency which contains all the tasks that this task depends on. |
| Modifier and Type | Method and Description |
|---|---|
TaskDependency |
Configuration.getBuildDependencies()
Returns a
TaskDependency object containing all required dependencies to build the internal dependencies
(e.g. |
TaskDependency |
Configuration.getTaskDependencyFromProjectDependency(boolean useDependedOn,
String taskName)
Returns a TaskDependency object containing dependencies on all tasks with the specified name from project
dependencies related to this configuration or one of its super configurations.
|
| Modifier and Type | Method and Description |
|---|---|
TaskDependency |
DefaultPublishArtifactSet.getBuildDependencies() |
TaskDependency |
DefaultDependencySet.getBuildDependencies() |
| Modifier and Type | Method and Description |
|---|---|
TaskDependency |
DefaultConfiguration.getBuildDependencies() |
TaskDependency |
DefaultConfiguration.getTaskDependencyFromProjectDependency(boolean useDependedOn,
String taskName)
Returns a TaskDependency object containing dependencies on all tasks with the specified name from project
dependencies related to this configuration or one of its super configurations.
|
| Modifier and Type | Method and Description |
|---|---|
TaskDependency |
DefaultSelfResolvingDependency.getBuildDependencies() |
TaskDependency |
DefaultProjectDependency.getBuildDependencies() |
| Modifier and Type | Method and Description |
|---|---|
TaskDependency |
AbstractPublishArtifact.getBuildDependencies() |
| Modifier and Type | Method and Description |
|---|---|
TaskDependency |
CompositeFileCollection.getBuildDependencies() |
TaskDependency |
AbstractFileCollection.getBuildDependencies() |
| Modifier and Type | Method and Description |
|---|---|
TaskDependency |
FileTreeAdapter.getBuildDependencies() |
TaskDependency |
FileCollectionAdapter.getBuildDependencies() |
TaskDependency |
EmptyFileTree.getBuildDependencies() |
TaskDependency |
DefaultConfigurableFileTree.getBuildDependencies() |
| Constructor and Description |
|---|
EmptyFileTree(TaskDependency buildDependencies) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TaskDependencyInternal |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTaskDependency |
class |
CachingTaskDependencyResolveContext
A
TaskDependencyResolveContext which caches the dependencies for each TaskDependency and Buildable instance during traversal of task
dependencies. |
class |
DefaultTaskDependency |
| Modifier and Type | Method and Description |
|---|---|
TaskDependency |
DefaultBinary.getBuildDependencies() |
Copyright © 2013. All rights reserved