gradle
Toggle table of contents
9.6.0-20260519080404+0000
API
Target filter
API
Switch theme
Search in API
Skip to content
gradle
gradle
/
org.gradle.plugin.devel
/
PluginDeclaration
Plugin
Declaration
API
abstract
class
PluginDeclaration
:
Named
(
source
)
Describes a Gradle plugin under development.
Since
2.14
See also
Java
Gradle
Plugin
Plugin
Members
Constructors
Plugin
Declaration
Link copied to clipboard
API
constructor
(
name
:
String
)
Properties
name
Link copied to clipboard
API
val
name
:
String
Functions
get
Description
Link copied to clipboard
API
abstract
fun
getDescription
(
)
:
Property
<
String
>
Returns the description for this plugin declaration.
get
Display
Name
Link copied to clipboard
API
abstract
fun
getDisplayName
(
)
:
Property
<
String
>
Returns the display name for this plugin declaration.
get
Id
Link copied to clipboard
API
abstract
fun
getId
(
)
:
Property
<
String
>
get
Implementation
Class
Link copied to clipboard
API
abstract
fun
getImplementationClass
(
)
:
Property
<
String
>
get
Tags
Link copied to clipboard
API
abstract
fun
getTags
(
)
:
SetProperty
<
String
>
Returns the tags property for this plugin declaration.