| Modifier and Type | Class and Description |
|---|---|
class |
DefaultTask
DefaultTask is the standard Task implementation. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractNamedDomainObjectContainer<T> |
class |
AbstractTask |
class |
ConventionTask |
class |
DefaultNamedDomainObjectCollection<T> |
class |
DefaultNamedDomainObjectList<T> |
class |
DefaultNamedDomainObjectSet<T> |
class |
FactoryNamedDomainObjectContainer<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultArtifactRepositoryContainer |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultConfigurationContainer |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultRepositoryHandler |
| Modifier and Type | Class and Description |
|---|---|
class |
DslObject
Provides a unified, typed, interface to an enhanced DSL object.
|
class |
ProcessResources |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractProject |
class |
DefaultProject |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSourceSetContainer |
class |
DefaultTaskCollection<T extends Task> |
class |
DefaultTaskContainer |
| Modifier and Type | Class and Description |
|---|---|
class |
AntlrTask
Generates parsers from Antlr grammars.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CheckstyleReportsImpl |
class |
CodeNarcReportsImpl |
class |
FindBugsReportsImpl |
class |
JDependReportsImpl |
class |
PmdReportsImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultReportContainer<T extends Report> |
class |
TaskReportContainer<T extends Report> |
| 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 |
DefaultCompilerRegistry |
| 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