| 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.artifacts.dsl |
Classes used in the artifact DSL.
|
| org.gradle.api.internal | |
| org.gradle.api.internal.artifacts | |
| org.gradle.api.internal.artifacts.configurations | |
| org.gradle.api.internal.artifacts.dsl | |
| org.gradle.api.internal.tasks | |
| org.gradle.api.plugins.quality |
Plugins which measure and enforce code quality.
|
| org.gradle.api.plugins.quality.internal | |
| org.gradle.api.reporting |
Classes for reporting.
|
| org.gradle.api.reporting.internal | |
| org.gradle.api.tasks |
The standard
Task implementations. |
| org.gradle.plugins.binaries.model |
Classes that model aspects of C++ projects.
|
| org.gradle.plugins.binaries.model.internal |
Implementations of the native model classes.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
NamedDomainObjectContainer<T>
A named domain object container is a specialisation of
NamedDomainObjectSet that adds the ability to create
instances of the element type. |
interface |
NamedDomainObjectList<T>
A specialisation of
NamedDomainObjectCollection that also implements List. |
interface |
NamedDomainObjectSet<T>
A specialisation of
NamedDomainObjectCollection that also implements Set and orders objects by their inherent name. |
| Modifier and Type | Method and Description |
|---|---|
NamedDomainObjectCollection<T> |
NamedDomainObjectCollection.matching(Closure spec)
Returns a collection which contains the objects in this collection which meet the given closure specification.
|
NamedDomainObjectCollection<T> |
NamedDomainObjectCollection.matching(Spec<? super T> spec)
Returns a collection which contains the objects in this collection which meet the given specification.
|
<S extends T> |
NamedDomainObjectCollection.withType(Class<S> type)
Returns a collection containing the objects in this collection of the given type.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ArtifactRepositoryContainer
A
ResolverContainer is responsible for managing a set of ArtifactRepository instances. |
interface |
ConfigurationContainer
A
ConfigurationContainer is responsible for declaring and managing configurations. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RepositoryHandler
A
RepositoryHandler manages a set of repositories, allowing repositories to be defined and queried. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractNamedDomainObjectContainer<T> |
class |
DefaultNamedDomainObjectCollection<T> |
class |
DefaultNamedDomainObjectList<T> |
class |
DefaultNamedDomainObjectSet<T> |
class |
FactoryNamedDomainObjectContainer<T> |
| Modifier and Type | Method and Description |
|---|---|
NamedDomainObjectCollection<T> |
DefaultNamedDomainObjectCollection.matching(Closure spec) |
NamedDomainObjectCollection<T> |
DefaultNamedDomainObjectCollection.matching(Spec<? super T> spec) |
<S extends T> |
DefaultNamedDomainObjectCollection.withType(Class<S> type) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultArtifactRepositoryContainer |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConfigurationContainerInternal |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultConfigurationContainer |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultRepositoryHandler |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TaskContainerInternal |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSourceSetContainer |
class |
DefaultTaskCollection<T extends Task> |
class |
DefaultTaskContainer |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CheckstyleReports
The reporting configuration for the the
Checkstyle test. |
interface |
CodeNarcReports
The reporting configuration for the the
CodeNarc test. |
interface |
FindBugsReports
The reporting configuration for the the
FindBugs task. |
interface |
JDependReports
The reporting configuration for the the
JDepend task. |
interface |
PmdReports
The reporting configuration for the the
Pmd task. |
| Modifier and Type | Class and Description |
|---|---|
class |
CheckstyleReportsImpl |
class |
CodeNarcReportsImpl |
class |
FindBugsReportsImpl |
class |
JDependReportsImpl |
class |
PmdReportsImpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ReportContainer<T extends Report>
A container of potential reports.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultReportContainer<T extends Report> |
class |
TaskReportContainer<T extends Report> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SourceSetContainer
A
SourceSetContainer manages a set of SourceSet objects. |
interface |
TaskCollection<T extends Task>
A
TaskCollection contains a set of Task instances, and provides a number of query methods. |
interface |
TaskContainer
A
TaskContainer is responsible for managing a set of Task instances. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CompilerRegistry
A container for compiler adapters
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCompilerRegistry |
Copyright © 2013. All rights reserved