Interface GlobalContextManager

All Known Implementing Classes:
AbstractGlobalContextManager

public interface GlobalContextManager
  • Method Details

    • withContext

      GlobalContextManager withContext(Map<String,com.xebialabs.deployit.booter.local.GlobalContext.Value> context)
    • loadStoredDefaults

      void loadStoredDefaults(File configFile)
    • storeDefaults

      void storeDefaults(File configFile)
    • validateValues

      void validateValues(File configFile)