Interface InternalScriptPluginIdentifier
-
- All Superinterfaces:
InternalPluginIdentifier
,InternalProtocolInterface
public interface InternalScriptPluginIdentifier extends InternalPluginIdentifier
DO NOT CHANGE THIS INTERFACE. It is part of the cross-version protocol.- Since:
- 5.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.net.URI
getUri()
Returns the URI of the script file of this plugin.-
Methods inherited from interface org.gradle.tooling.internal.protocol.events.InternalPluginIdentifier
getDisplayName
-
-