toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.plugin.use
/
PluginId
Plugin
Id
API
interface
PluginId
(
source
)
A description of a plugin.
Since
3.5
Members
Functions
get
Id
Link copied to clipboard
API
abstract
fun
getId
(
)
:
String
The fully qualified plugin ID.
get
Name
Link copied to clipboard
API
abstract
fun
getName
(
)
:
String
The plugin name without the namespace.
get
Namespace
Link copied to clipboard
API
@
Nullable
abstract
fun
getNamespace
(
)
:
String
The namespace of the plugin or
null
if the ID contains no
.
.
with
Namespace
Link copied to clipboard
API
abstract
fun
withNamespace
(
namespace
:
String
)
:
PluginId
Takes this unqualified plugin ID and adds a namespace.