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