Interface UpgradeStrategy


  • public interface UpgradeStrategy
    • Method Detail

      • findApplicableUpgradeTypes

        static java.util.Set<java.lang.Class<? extends com.xebialabs.deployit.server.api.upgrade.Upgrade>> findApplicableUpgradeTypes​(com.xebialabs.deployit.server.api.upgrade.RepoType repoType)
      • findApplicableUpgradeTypes

        java.util.Set<java.lang.Class<? extends com.xebialabs.deployit.server.api.upgrade.Upgrade>> findApplicableUpgradeTypes()
      • doUpgrades

        void doUpgrades​(java.util.List<com.xebialabs.deployit.server.api.upgrade.Upgrade> upgrades)