| Package | Description |
|---|---|
| org.gradle.api.internal | |
| org.gradle.api.internal.plugins | |
| 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.plugins.ide.api |
General ide plugin api.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConventionTask |
| Modifier and Type | Method and Description |
|---|---|
IConventionAware |
ConventionAwareHelper.getSource() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConventionAwareHelper.setSource(IConventionAware source) |
| Constructor and Description |
|---|
ConventionAwareHelper(IConventionAware source) |
ConventionAwareHelper(IConventionAware source,
Convention convention) |
| 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 |
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 | Method and Description |
|---|---|
Object |
ConventionValue.getValue(Convention convention,
IConventionAware conventionAwareObject)
Deprecated.
Returns some object.
|
| 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 |
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