Class GoPluginIdentifier

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

public class GoPluginIdentifier
extends java.lang.Object
Provides details about supported extension point and its version by a plugin
  • Constructor Summary

    Constructors
    Constructor Description
    GoPluginIdentifier​(java.lang.String extension, java.util.List<java.lang.String> supportedExtensionVersions)
    Constructs GoPluginIdentifier with extension and list of supported extension versions
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getExtension()
    Gets extension name
    java.util.List<java.lang.String> getSupportedExtensionVersions()
    Gets list of supported extension versions

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GoPluginIdentifier

      public GoPluginIdentifier​(java.lang.String extension, java.util.List<java.lang.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 java.lang.String getExtension()
      Gets extension name
      Returns:
      Extension name
    • getSupportedExtensionVersions

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