Groovy Documentation

Package org.gradle.api.plugins

The standard Plugin implementations.

 

Interface Summary
Convention
ExtensionAware Objects that can be extended at runtime with other objects.
ExtensionContainer Allows adding 'namespaced' DSL extensions to a target object.
ExtraPropertiesExtension Additional, ad-hoc, properties for Gradle domain objects.
MavenRepositoryHandlerConvention Allows maven repositories for publishing artifacts to be defined.
ObjectConfigurationAction
PluginCollection
PluginContainer
 


Class Summary
ApplicationPlugin
ApplicationPluginConvention
BasePlugin
BasePluginConvention
GroovyBasePlugin
GroovyPlugin
JavaBasePlugin
JavaPlugin
JavaPluginConvention Is mixed in into the project when applying the JavaBasePlugin or the JavaPlugin.
MavenPlugin
MavenPluginConvention Properties and methods added by the MavenPlugin.
ProjectReportsPlugin
ProjectReportsPluginConvention
ReportingBasePlugin
ReportingBasePluginConvention
WarPlugin
WarPluginConvention
 


Exception Summary
ExtraPropertiesExtension.UnknownPropertyException The exception that will be thrown when an attempt is made to read a property that is not set.
PluginInstantiationException A PluginInstantiationException is thrown when a plugin cannot be instantiated.
UnknownPluginException A UnknownPluginException is thrown when an unknown plugin id is provided.
 


Gradle API 1.0