Package com.thoughtworks.go.plugin.api
Class GoPluginIdentifier
java.lang.Object
com.thoughtworks.go.plugin.api.GoPluginIdentifier
Provides details about supported extension point and its version by a plugin
-
Constructor Summary
ConstructorsConstructorDescriptionGoPluginIdentifier(String extension, List<String> supportedExtensionVersions) Constructs GoPluginIdentifier with extension and list of supported extension versions -
Method Summary
Modifier and TypeMethodDescriptionGets extension nameGets list of supported extension versions
-
Constructor Details
-
GoPluginIdentifier
Constructs GoPluginIdentifier with extension and list of supported extension versions- Parameters:
extension- Name of extensionsupportedExtensionVersions- List of supported extension versions
-
-
Method Details
-
getExtension
Gets extension name- Returns:
- Extension name
-
getSupportedExtensionVersions
Gets list of supported extension versions- Returns:
- List of supported extension versions
-