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

Functions

Link copied to clipboard
abstract fun getDescription(): Property<String>
Returns the description for this plugin declaration.
Link copied to clipboard
abstract fun getDisplayName(): Property<String>
Returns the display name for this plugin declaration.
Link copied to clipboard
abstract fun getId(): Property<String>
Link copied to clipboard
Link copied to clipboard
abstract fun getTags(): SetProperty<String>
Returns the tags property for this plugin declaration.