com.xebialabs.deployit.core.upgrade
Class Deployit38ConfigurationRoot
java.lang.Object
com.xebialabs.deployit.server.api.upgrade.Upgrade
com.xebialabs.deployit.core.upgrade.Deployit38ConfigurationRoot
- All Implemented Interfaces:
- java.lang.Comparable<com.xebialabs.deployit.server.api.upgrade.Upgrade>
public class Deployit38ConfigurationRoot
- extends com.xebialabs.deployit.server.api.upgrade.Upgrade
This upgrader adds the new Configuration root node.
|
Method Summary |
boolean |
doUpgrade(com.xebialabs.deployit.server.api.repository.RawRepository repository)
|
com.xebialabs.deployit.server.api.upgrade.Version |
upgradeVersion()
|
| Methods inherited from class com.xebialabs.deployit.server.api.upgrade.Upgrade |
compareTo, shouldBeApplied, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Deployit38ConfigurationRoot
public Deployit38ConfigurationRoot()
doUpgrade
public boolean doUpgrade(com.xebialabs.deployit.server.api.repository.RawRepository repository)
throws com.xebialabs.deployit.server.api.upgrade.UpgradeException
- Specified by:
doUpgrade in class com.xebialabs.deployit.server.api.upgrade.Upgrade
- Throws:
com.xebialabs.deployit.server.api.upgrade.UpgradeException
upgradeVersion
public com.xebialabs.deployit.server.api.upgrade.Version upgradeVersion()
- Specified by:
upgradeVersion in class com.xebialabs.deployit.server.api.upgrade.Upgrade