Interface InternalBinaryPluginIdentifier
-
- All Superinterfaces:
InternalPluginIdentifier,InternalProtocolInterface
public interface InternalBinaryPluginIdentifier 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.lang.StringgetClassName()Returns the fully-qualified class name of this plugin.java.lang.StringgetPluginId()Returns the plugin id of this plugin, if available.-
Methods inherited from interface org.gradle.tooling.internal.protocol.events.InternalPluginIdentifier
getDisplayName
-
-