Class EnvVar


  • public class EnvVar
    extends com.atlassian.bamboo.specs.api.builders.EntityPropertiesBuilder<EnvProperties>
    Environment variable definition for PBC extra container specs.
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected EnvProperties build()  
      EnvVar key​(java.lang.String key)  
      EnvVar value​(java.lang.String value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EnvVar

        public EnvVar()
      • EnvVar

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

      • key

        public EnvVar key​(java.lang.String key)
      • value

        public EnvVar value​(java.lang.String value)
      • build

        protected EnvProperties build()
        Specified by:
        build in class com.atlassian.bamboo.specs.api.builders.EntityPropertiesBuilder<EnvProperties>