com.xebialabs.deployit.core.upgrade
Class Deployit37Security

java.lang.Object
  extended by com.xebialabs.deployit.server.api.upgrade.Upgrade
      extended by com.xebialabs.deployit.core.upgrade.Deployit37Security
All Implemented Interfaces:
java.lang.Comparable<com.xebialabs.deployit.server.api.upgrade.Upgrade>

public class Deployit37Security
extends com.xebialabs.deployit.server.api.upgrade.Upgrade


Field Summary
static com.google.common.base.Joiner PRINCIPAL_JOINER
           
 
Constructor Summary
Deployit37Security()
           
 
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
 

Field Detail

PRINCIPAL_JOINER

public static final com.google.common.base.Joiner PRINCIPAL_JOINER
Constructor Detail

Deployit37Security

public Deployit37Security()
Method Detail

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