Class XLReleaseUpgrader

  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

    public class XLReleaseUpgrader
    extends com.xebialabs.deployit.upgrade.Upgrader
    • Constructor Summary

      Constructors 
      Constructor Description
      XLReleaseUpgrader​(com.xebialabs.deployit.upgrade.UpgradeStrategy upgradeStrategy, boolean forceUpgrades, com.xebialabs.xlplatform.upgrade.RepositoryVersionService repositoryVersionService)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void updateVersion​(com.xebialabs.deployit.server.api.upgrade.Version version, java.util.List<com.xebialabs.deployit.server.api.upgrade.Upgrade> upgrades)  
      • Methods inherited from class com.xebialabs.deployit.upgrade.Upgrader

        addComponent, addUpgrade, applyUpgrades, askForUpgrade, autoUpgrade, findUpgrades, getComponentVersion, read, setApplicationContext
      • Methods inherited from class java.lang.Object

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

      • XLReleaseUpgrader

        public XLReleaseUpgrader​(com.xebialabs.deployit.upgrade.UpgradeStrategy upgradeStrategy,
                                 boolean forceUpgrades,
                                 com.xebialabs.xlplatform.upgrade.RepositoryVersionService repositoryVersionService)
    • Method Detail

      • updateVersion

        protected void updateVersion​(com.xebialabs.deployit.server.api.upgrade.Version version,
                                     java.util.List<com.xebialabs.deployit.server.api.upgrade.Upgrade> upgrades)
        Overrides:
        updateVersion in class com.xebialabs.deployit.upgrade.Upgrader