Package org.gradle.api.plugins

The standard Plugin implementations.

See:
          Description

Interface Summary
Convention A Convention manages a set of convention objects.
PluginCollection<T extends Plugin> A PluginCollection represents a collection of Plugin instances.
PluginContainer A PluginContainer is used to manage a set of Plugin instances.
ProjectPluginsContainer A ProjectPluginsContainer is used by a project to use plugins against the project and manage the plugins that have been used.
 

Class Summary
BasePlugin A Plugin which defines a basic project lifecycle and some common convention properties.
DefaultConventionsToPropertiesMapping  
EclipsePlugin A Plugin which generates Eclipse project files for projects that use the JavaPlugin or the WarPlugin.
GroovyPlugin A Plugin which extends the JavaPlugin to provide support for compiling and documenting Groovy source files.
JavaPlugin A Plugin which compiles and tests Java source, and assembles it into a JAR file.
MavenPlugin A Plugin which allows project artifacts to be deployed to a Maven repository, or installed to the local Maven cache.
MavenPluginConvention  
ProjectReportsPlugin A Plugin which adds some project visualization report tasks to a project.
ReportingBasePlugin A Plugin which provides the basic skeleton for reporting.
ReportingBasePluginConvention A BasePluginConvention defines the convention properties and methods used by the ReportingBasePlugin
WarPlugin A Plugin which extends the JavaPlugin to add tasks which assemble a web application into a WAR file.
 

Exception Summary
PluginInstantiationException  
UnknownPluginException  
 

Package org.gradle.api.plugins Description

The standard Plugin implementations.