An abstract super interface of Gradle plug-in participants.
Type Params | Return Type | Name and description |
---|---|---|
|
java.lang.Object |
getDescriptor() Returns a descriptor of the target participant. |
|
java.lang.String |
getName() Returns the name of this participant. |
Returns a descriptor of the target participant.
The participant will be applied by project.apply plugin: participant.getDescriptor()
.
Returns the name of this participant.