toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.plugin.management
/
PluginRequest
Plugin
Request
API
interface
PluginRequest
(
source
)
Contains information about a plugin that has been requested for resolution.
Since
3.5
Members
Functions
get
Id
Link copied to clipboard
API
abstract
fun
getId
(
)
:
PluginId
The ID of the plugin requested.
get
Module
Link copied to clipboard
API
@
Nullable
abstract
fun
getModule
(
)
:
ModuleVersionSelector
The implementation module of the plugin if one was explicitly specified, otherwise null.
get
Version
Link copied to clipboard
API
@
Nullable
abstract
fun
getVersion
(
)
:
String
The version of the plugin if one was specified, otherwise null.