Package com.xebialabs.deployit.upgrade
Interface UpgradeStrategy
-
public interface UpgradeStrategy
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddoUpgrades(java.util.List<com.xebialabs.deployit.server.api.upgrade.Upgrade> upgrades)java.util.Set<java.lang.Class<? extends com.xebialabs.deployit.server.api.upgrade.Upgrade>>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)
-
-
-
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)
-
-