Class CRConfigurationProperty
java.lang.Object
com.thoughtworks.go.plugin.configrepo.contract.CRBase
com.thoughtworks.go.plugin.configrepo.contract.CRConfigurationProperty
- All Implemented Interfaces:
Locatable
public class CRConfigurationProperty extends CRBase
-
Field Summary
-
Constructor Summary
Constructors Constructor Description CRConfigurationProperty()CRConfigurationProperty(java.lang.String key)CRConfigurationProperty(java.lang.String key, java.lang.String value)CRConfigurationProperty(java.lang.String key, java.lang.String value, java.lang.String encryptedValue) -
Method Summary
Modifier and Type Method Description voidgetErrors(ErrorCollection errors, java.lang.String parentLocation)java.lang.StringgetLocation(java.lang.String parent)booleanhasEncryptedValue()booleanhasPlainTextValue()Methods inherited from class com.thoughtworks.go.plugin.configrepo.contract.CRBase
getErrors, getLocation, setLocationMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CRConfigurationProperty
public CRConfigurationProperty() -
CRConfigurationProperty
public CRConfigurationProperty(java.lang.String key, java.lang.String value, java.lang.String encryptedValue) -
CRConfigurationProperty
public CRConfigurationProperty(java.lang.String key, java.lang.String value) -
CRConfigurationProperty
public CRConfigurationProperty(java.lang.String key)
-
-
Method Details