api / org.gradle.plugin.devel / PluginDeclaration

PluginDeclaration

@Incubating open class PluginDeclaration : Named, Serializable

Describes a Gradle plugin under development.

See Also
org.gradle.plugin.devel.plugins.JavaGradlePluginPlugin

Since
2.14

Constructors

<init>

PluginDeclaration(name: String)

Functions

equals

open fun equals(other: Any?): Boolean

getId

open fun getId(): String

getImplementationClass

open fun getImplementationClass(): String

getName

open fun getName(): String

hashCode

open fun hashCode(): Int

setId

open fun setId(id: String): Unit

setImplementationClass

open fun setImplementationClass(implementationClass: String): Unit