|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Task
implementations.
See:
Description
Interface Summary | |
---|---|
ConventionValue | A ConventionValue can be assigned to a IConventionAware task. |
GroovySourceSet | A GroovySourceSetConvention defines the properties and methods added to a SourceSet by the GroovyPlugin . |
ScalaSourceSet | A ScalaSourceSetConvention defines the properties and methods added to a SourceSet
by the org.gradle.api.plugins.scala.ScalaPlugin . |
SourceSet | A SourceSet represents a logical group of Java source and resources. |
SourceSetContainer | A SourceSetContainer manages a set of SourceSet objects. |
TaskCollection<T extends Task> | A TaskCollection contains a set of Task instances, and provides a number of query methods. |
TaskContainer | A TaskContainer is responsible for managing a set of Task instances. |
TaskDependency | A TaskDependency represents an unordered set of tasks which a Task depends on. |
WorkResult |
Class Summary | |
---|---|
Clean | |
Copy | Task for copying files. |
SourceTask | A SourceTask performs some operation on source files. |
Upload | An upload task uploads files to the repositories assigned to it. |
Exception Summary | |
---|---|
StopActionException | A StopActionException is be thrown by a TaskAction or task action closure to
stop its own execution and to start execution of the task's next action. |
StopExecutionException | A StopExecutionException is thrown by a TaskAction or task action closure to
stop execution of the current task and start execution of the next task. |
Annotation Types Summary | |
---|---|
InputDirectory | Marks a property as specifying an input directory for a task. |
InputFile | Marks a property as specifying an input file for a task. |
InputFiles | Marks a property as specifying the input files for a task. |
Optional | Marks a property as optional. |
OutputDirectory | Marks a property as specifying an output directory for a task. |
OutputFile | Marks a property as specifying an output file for a task. |
SkipWhenEmpty | Attached to a task property to indicate that the task should be skipped when the value of the property is an empty
FileCollection or directory. |
TaskAction | Marks a method as the action to run when the task is executed. |
The standard Task
implementations.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |