com.atlassian.confluence.upgrade.upgradetask
Class EmbeddedCrowdInitUpgradeTask
java.lang.Object
com.atlassian.confluence.upgrade.AbstractUpgradeTask
com.atlassian.confluence.upgrade.upgradetask.EmbeddedCrowdInitUpgradeTask
- All Implemented Interfaces:
- UpgradeTask
public class EmbeddedCrowdInitUpgradeTask
- extends AbstractUpgradeTask
Initialises data that is required by Embedded Crowd. Currently this only includes the Application object.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EmbeddedCrowdInitUpgradeTask
public EmbeddedCrowdInitUpgradeTask(EmbeddedCrowdBootstrap bootstrap)
getBuildNumber
public String getBuildNumber()
- Specified by:
getBuildNumber
in interface UpgradeTask
- Overrides:
getBuildNumber
in class AbstractUpgradeTask
getShortDescription
public String getShortDescription()
- Specified by:
getShortDescription
in interface UpgradeTask
- Overrides:
getShortDescription
in class AbstractUpgradeTask
doUpgrade
public void doUpgrade()
throws Exception
- Throws:
Exception