gradle
8.4-rc-1
Java API
gradle
/
org.gradle.tooling.events
/
BinaryPluginIdentifier
Binary
Plugin
Identifier
Java API
interface
BinaryPluginIdentifier
:
PluginIdentifier
(
source
)
Identifies a Gradle binary plugin.
Members
Functions
get
Class
Name
Link copied to clipboard
Java API
abstract
fun
getClassName
(
)
:
String
Returns the fully-qualified class name of this plugin.
get
Display
Name
Link copied to clipboard
Java API
abstract
fun
getDisplayName
(
)
:
String
get
Plugin
Id
Link copied to clipboard
Java API
@
Nullable
abstract
fun
getPluginId
(
)
:
String
Returns the plugin id of this plugin, if available.