gradle
Toggle table of contents
9.1.0-20250628022042+0000
API
Platform filter
API
Switch theme
Search in API
gradle
gradle
/
org.gradle.tooling.events
/
BinaryPluginIdentifier
Binary
Plugin
Identifier
API
interface
BinaryPluginIdentifier
:
PluginIdentifier
(
source
)
Identifies a Gradle binary plugin.
Since
5.1
Members
Functions
get
Class
Name
Link copied to clipboard
API
abstract
fun
getClassName
(
)
:
String
Returns the fully-qualified class name of this plugin.
get
Display
Name
Link copied to clipboard
API
abstract
fun
getDisplayName
(
)
:
String
get
Plugin
Id
Link copied to clipboard
API
@
Nullable
abstract
fun
getPluginId
(
)
:
@
Nullable
String
Returns the plugin id of this plugin, if available.