Package org.gradle.api.tasks

The standard Task implementations.

See:
          Description

Interface Summary
ConventionValue A ConventionValue can be assigned to a IConventionAware task.
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.
 

Class Summary
Clean  
Copy Task for copying 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.
 

Package org.gradle.api.tasks Description

The standard Task implementations.