Package org.gradle.api.plugins
@NonNullApi
package org.gradle.api.plugins
The standard
Plugin
implementations.-
ClassDescriptionA
Plugin
which packages and runs a project as a Java Application.Deprecated.Represents a plugin that has been applied.APlugin
which defines a basic project lifecycle and some common convention properties.Deprecated.UseBasePluginExtension
instead.An extension used forBasePlugin
.Deprecated.Use extensions instead.Objects that can be extended at runtime with other objects.Allows adding 'namespaced' DSL extensions to a target object.Schema of extensions.Schema of an extension.Additional, ad-hoc, properties for Gradle domain objects.The exception that will be thrown when an attempt is made to read a property that is not set.Handler for configuring features, which may contribute additional configurations, publications, dependencies, ...ExtendsJavaBasePlugin
to provide support for compiling and documenting Groovy source files.APlugin
which extends theJavaPlugin
to provide support for compiling and documenting Groovy source files.Adds various reporting tasks that provide information about the project.Thrown when a plugin is found to be invalid when it is loaded.Configuration for a Java application, defining how to assemble the application.APlugin
which compiles and tests Java source, and assembles it into a JAR file.APlugin
which package a Java project as a distribution including the JAR and runtime dependencies.APlugin
which extends the capabilities of theJava plugin
by cleanly separating the API and implementation dependencies of a library.The extension to configure a Java platform project.The Java platform plugin allows building platform components for Java, which are usually published as BOM files (for Maven) or Gradle platforms (Gradle metadata).APlugin
which compiles and tests Java source, and assembles it into a JAR file.Deprecated.Replaced byJavaPluginExtension
.Common configuration for JVM (Java) based projects.Dependency resolution consistency configuration for the Java derived plugins.Adds support for producing test fixtures.A base plugin for projects working in a JVM world.APlugin
that adds extensions for declaring, compiling and runningJvmTestSuite
s.A plugin that provides JVM specificToolchainManagement
configuration.A plugin that provides JVM toolchains for projects that need to execute Java from local JVM installations or run the tools included in a JDK.AnObjectConfigurationAction
allows you to applyPlugin
s and scripts to an object or objects.Something that can have plugins applied to it.PluginCollection<T extends Plugin>APluginCollection
represents a collection ofPlugin
instances.APluginContainer
is used to manage a set ofPlugin
instances applied to a particular project.APluginInstantiationException
is thrown when a plugin cannot be instantiated.Facilitates applying plugins and determining which plugins have been applied to aPluginAware
object.APlugin
which adds some project visualization report tasks to a project.Deprecated.Please configure the tasks directly.APlugin
which provides the basic skeleton for reporting.Adds configurations to for resolving variants containing test execution results, which may span multiple subprojects.AUnknownPluginException
is thrown when an unknown plugin id is provided.APlugin
which extends theJavaPlugin
to add tasks which assemble a web application into a WAR file.Deprecated.Please configure the tasks directly.
JavaApplication
instead.