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
PluginAware Objects a Plugin can be applied to.
PluginCollection
PluginContainer
 


Class Summary
ApplicationPlugin
ApplicationPluginConvention
BasePlugin
BasePluginConvention
GroovyBasePlugin Extends JavaBasePlugin to provide support for compiling and documenting Groovy source files.
GroovyPlugin
HelpTasksPlugin
JavaBasePlugin
JavaLanguagePlugin Plugin for compiling Java code.
JavaLibraryDistributionPlugin A Plugin which package a Java project as a distribution including the JAR and runtime dependencies.
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.
 


Annotation Type Summary
DeferredConfigurable Indicates that the annotated object is designed to be configured only once, and that changes to configuration inputs made after configuration should not be allowed.
 


Gradle API 1.8