Class GoPluginIdentifier

java.lang.Object
com.thoughtworks.go.plugin.api.GoPluginIdentifier

public class GoPluginIdentifier extends Object
Provides details about supported extension point and its version by a plugin
  • Constructor Details

    • GoPluginIdentifier

      public GoPluginIdentifier(String extension, List<String> supportedExtensionVersions)
      Constructs GoPluginIdentifier with extension and list of supported extension versions
      Parameters:
      extension - Name of extension
      supportedExtensionVersions - List of supported extension versions
  • Method Details

    • getExtension

      public String getExtension()
      Gets extension name
      Returns:
      Extension name
    • getSupportedExtensionVersions

      public List<String> getSupportedExtensionVersions()
      Gets list of supported extension versions
      Returns:
      List of supported extension versions