Class EnvProperties

  • All Implemented Interfaces:
    com.atlassian.bamboo.specs.api.model.EntityProperties

    public class EnvProperties
    extends java.lang.Object
    implements com.atlassian.bamboo.specs.api.model.EntityProperties
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static com.atlassian.bamboo.specs.api.validators.common.ValidationContext VALIDATION_CONTEXT  
    • Constructor Summary

      Constructors 
      Constructor Description
      EnvProperties()  
      EnvProperties​(java.lang.String key, java.lang.String value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      java.lang.String getKey()  
      java.lang.String getValue()  
      int hashCode()  
      void validate()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • VALIDATION_CONTEXT

        public static final com.atlassian.bamboo.specs.api.validators.common.ValidationContext VALIDATION_CONTEXT
    • Constructor Detail

      • EnvProperties

        public EnvProperties()
      • EnvProperties

        public EnvProperties​(java.lang.String key,
                             java.lang.String value)
    • Method Detail

      • getKey

        public java.lang.String getKey()
      • getValue

        public java.lang.String getValue()
      • validate

        public void validate()
        Specified by:
        validate in interface com.atlassian.bamboo.specs.api.model.EntityProperties
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object