toggle menu
gradle
8.11.1
API
switch theme
search in API
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
(
)
:
String
Returns the plugin id of this plugin, if available.