Class CREnvironmentVariable
java.lang.Object
com.thoughtworks.go.plugin.configrepo.contract.CRBase
com.thoughtworks.go.plugin.configrepo.contract.CREnvironmentVariable
- All Implemented Interfaces:
Locatable
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionCREnvironmentVariable(String name) CREnvironmentVariable(String key, String value) CREnvironmentVariable(String name, String value, String encryptedValue) -
Method Summary
Modifier and TypeMethodDescriptionvoidgetErrors(ErrorCollection errors, String parentLocation) getLocation(String parent) booleanbooleanhasValue()toString()validateNameUniqueness(HashSet<String> keys) Methods inherited from class com.thoughtworks.go.plugin.configrepo.contract.CRBase
getErrors, getLocation, setLocation
-
Constructor Details
-
CREnvironmentVariable
public CREnvironmentVariable() -
CREnvironmentVariable
-
CREnvironmentVariable
-
CREnvironmentVariable
-
-
Method Details