| Package | Description |
|---|---|
| org.gradle.api |
Start Here: Gradle's
Project API, which is available from your build files. |
| org.gradle.api.internal | |
| org.gradle.api.internal.plugins | |
| org.gradle.api.internal.project | |
| org.gradle.api.plugins.antlr |
A
Plugin for generating parsers from Antlr grammars. |
| org.gradle.api.tasks |
The standard
Task implementations. |
| org.gradle.api.tasks.ant |
The Ant integration
Task implementations. |
| org.gradle.api.tasks.bundling |
The archive bundling
Task implementations. |
| org.gradle.api.tasks.compile |
The compilation
Task implementations. |
| org.gradle.api.tasks.diagnostics |
The built-in diagnostic
Task implementations. |
| org.gradle.api.tasks.javadoc |
The documentation generation
Task implementations. |
| org.gradle.api.tasks.scala |
Scala
Task implementations. |
| org.gradle.api.tasks.testing |
The unit testing
Task implementations. |
| org.gradle.api.tasks.wrapper |
The Gradle wrapper
Task. |
| org.gradle.configuration | |
| org.gradle.plugins.ide.api |
General ide plugin api.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Project
This interface is the main API you use to interact with Gradle from your build file.
|
interface |
Task
A
Task represents a single atomic piece of work for a build, such as compiling classes or generating
javadoc. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultTask
DefaultTask is the standard Task implementation. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TaskInternal |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTask |
class |
ConventionTask |
| Modifier and Type | Class and Description |
|---|---|
class |
DslObject
Provides a unified, typed, interface to an enhanced DSL object.
|
class |
ProcessResources |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ProjectInternal |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractProject |
class |
DefaultProject |
| Modifier and Type | Class and Description |
|---|---|
class |
AntlrTask
Generates parsers from Antlr grammars.
|
| 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