Interface BinaryPluginIdentifier

All Superinterfaces:
PluginIdentifier

public interface BinaryPluginIdentifier extends PluginIdentifier
Identifies a Gradle binary plugin.
Since:
5.1
  • Method Details

    • getClassName

      String getClassName()
      Returns the fully-qualified class name of this plugin.
    • getPluginId

      @Nullable String getPluginId()
      Returns the plugin id of this plugin, if available.