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
  • Constructor Details

    • CRConfigurationProperty

      public CRConfigurationProperty()
    • CRConfigurationProperty

      public CRConfigurationProperty(String key, String value, String encryptedValue)
    • CRConfigurationProperty

      public CRConfigurationProperty(String key, String value)
    • CRConfigurationProperty

      public CRConfigurationProperty(String key)
  • Method Details

    • hasEncryptedValue

      public boolean hasEncryptedValue()
    • hasPlainTextValue

      public boolean hasPlainTextValue()
    • getErrors

      public void getErrors(ErrorCollection errors, String parentLocation)
      Specified by:
      getErrors in class CRBase
    • getLocation

      public String getLocation(String parent)