com.xebialabs.deployit.plugin.iis
Class UpgradeToIisPlugin390
java.lang.Object
com.xebialabs.deployit.server.api.upgrade.Upgrade
com.xebialabs.deployit.plugin.iis.UpgradeToIisPlugin390
- All Implemented Interfaces:
- java.lang.Comparable<com.xebialabs.deployit.server.api.upgrade.Upgrade>
public class UpgradeToIisPlugin390
- extends com.xebialabs.deployit.server.api.upgrade.Upgrade
Upgrades the Deployit repository to the format used by IIS plugin 3.9.0 and upx.
|
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 |
UpgradeToIisPlugin390
public UpgradeToIisPlugin390()
upgradeVersion
public com.xebialabs.deployit.server.api.upgrade.Version upgradeVersion()
- Specified by:
upgradeVersion in class com.xebialabs.deployit.server.api.upgrade.Upgrade
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