api / org.gradle.plugin.use / PluginId

PluginId

@Incubating interface PluginId

A description of a plugin.

Since
3.5

Functions

getId

abstract fun getId(): String

The fully qualified plugin ID.

getName

abstract fun getName(): String

The plugin name without the namespace.

getNamespace

abstract fun getNamespace(): String

The namespace of the plugin or null if the ID contains no ..

withNamespace

abstract fun withNamespace(namespace: String): PluginId

Takes this unqualified plugin ID and adds a namespace.