| 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. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultTask
DefaultTask is the standard Task implementation. |
| 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 | Interface and Description |
|---|---|
interface |
TaskInternal |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractNamedDomainObjectContainer<T> |
class |
AbstractTask |
class |
ConventionTask |
class |
FactoryNamedDomainObjectContainer<T> |
| 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 | Class and Description |
|---|---|
class |
ProcessResources |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TaskContainerInternal |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSourceSetContainer |
class |
DefaultTaskContainer |
| Modifier and Type | Class and Description |
|---|---|
class |
AntlrTask
Generates parsers from Antlr grammars.
|
| 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 |
Report
A file based report to be created.
|
interface |
ReportContainer<T extends Report>
A container of potential reports.
|
interface |
SingleFileReport
A report that is a single file.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultReportContainer<T extends Report> |
class |
SimpleReport |
class |
TaskGeneratedReport |
class |
TaskGeneratedSingleFileReport |
class |
TaskReportContainer<T extends Report> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SourceSetContainer
A
SourceSetContainer manages a set of SourceSet objects. |
interface |
TaskContainer
A
TaskContainer is responsible for managing a set of Task instances. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCopyTask
AbstractCopyTask is the base class for all copy tasks. |
class |
Copy
Copies files into a destination directory.
|
class |
Delete
Deletes files or directories.
|
class |
Exec
Executes a command line process.
|
class |
GradleBuild
Executes a Gradle build.
|
class |
JavaExec
Executes a Java application in a child process.
|
class |
SourceTask
A
SourceTask performs some operation on source files. |
class |
Sync
Synchronises the contents of a destination directory with some source directories and files.
|
class |
Upload
Uploads the artifacts of a
Configuration to a set of repositories. |
| Modifier and Type | Class and Description |
|---|---|
class |
AntTarget
A task which executes an Ant target.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractArchiveTask
AbstractArchiveTask is the base class for all archive tasks. |
class |
Tar
Assembles a TAR archive.
|
class |
Zip
Assembles a ZIP archive.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCompile
The base class for all JVM-based language compilation tasks.
|
class |
Compile
Compiles Java source files.
|
class |
GroovyCompile
Compiles Groovy source files, and optionally, Java source files.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractReportTask
The base class for all project report tasks.
|
class |
DependencyReportTask
Displays the dependency tree for a project.
|
class |
ProjectReportTask
Displays a list of projects in the build.
|
class |
PropertyReportTask
Displays the properties of a project.
|
class |
TaskReportTask
Displays a list of tasks in the project.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Groovydoc
Generates HTML API documentation for Groovy source, and optionally, Java source.
|
class |
Javadoc
Generates HTML API documentation for Java classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ScalaCompile
Compiles Scala source files, and optionally, Java source files.
|
class |
ScalaDoc
Generates HTML API documentation for Scala source files.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Test
Executes tests.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Wrapper
Generates scripts (for *nix and windows) which allow you to build your project with Gradle, without having to
install Gradle.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Help |
| Modifier and Type | Class and Description |
|---|---|
class |
GeneratorTask<T>
A
GeneratorTask generates a configuration file based on a domain object of type T. |
class |
PropertiesGeneratorTask<T extends PersistableConfigurationObject>
A convenience superclass for those tasks which generate Properties configuration files from a domain object of type T.
|
class |
XmlGeneratorTask<T extends PersistableConfigurationObject>
A convenience superclass for those tasks which generate XML configuration files from a domain object of type T.
|
Copyright © 2013. All rights reserved