Class AbstractGlobalContextManager.Pair

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String key  
      protected com.xebialabs.deployit.booter.local.GlobalContext.Value value  
    • Constructor Summary

      Constructors 
      Constructor Description
      Pair​(java.lang.String key, com.xebialabs.deployit.booter.local.GlobalContext.Value value)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • key

        protected final java.lang.String key
      • value

        protected final com.xebialabs.deployit.booter.local.GlobalContext.Value value
    • Constructor Detail

      • Pair

        public Pair​(java.lang.String key,
                    com.xebialabs.deployit.booter.local.GlobalContext.Value value)