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​(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

    • hasEncryptedValue

      public boolean hasEncryptedValue()
    • hasPlainTextValue

      public boolean hasPlainTextValue()
    • getErrors

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

      public java.lang.String getLocation​(java.lang.String parent)