Package org.gradle.tooling.events
Interface ScriptPluginIdentifier
- All Superinterfaces:
PluginIdentifier
Identifies a Gradle script plugin.
- Since:
- 5.1
-
Method Summary
Methods inherited from interface org.gradle.tooling.events.PluginIdentifier
getDisplayName
-
Method Details
-
getUri
URI getUri()Returns the URI of this script plugin.The URI may point to the local file system or a remote server.
-