public class GoPluginIdentifier
extends java.lang.Object
| Constructor and Description |
|---|
GoPluginIdentifier(java.lang.String extension,
java.util.List<java.lang.String> supportedExtensionVersions)
Constructs GoPluginIdentifier with extension and list of supported extension versions
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getExtension()
Gets extension name
|
java.util.List<java.lang.String> |
getSupportedExtensionVersions()
Gets list of supported extension versions
|
public GoPluginIdentifier(java.lang.String extension,
java.util.List<java.lang.String> supportedExtensionVersions)
extension - Name of extensionsupportedExtensionVersions - List of supported extension versionsCopyright © 2019 ThoughtWorks, Inc. GoCD Version: 19.2.0-8641