Class AbstractGlobalContextManager.Pair

java.lang.Object
com.xebialabs.deployit.booter.local.AbstractGlobalContextManager.Pair
Enclosing class:
AbstractGlobalContextManager

protected static class AbstractGlobalContextManager.Pair extends Object
  • Field Details

    • key

      protected final String key
    • value

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

    • Pair

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