PluginDeclaration

abstract class PluginDeclaration : Named(source)

Describes a Gradle plugin under development.

Since

2.14

See also

Constructors

Link copied to clipboard
constructor(name: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open var id: String
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
abstract fun getName(): String
Link copied to clipboard
Returns the tags property for this plugin declaration.