com.atlassian.confluence.upgrade.upgradetask
Class EmbeddedCrowdInitUpgradeTask

java.lang.Object
  extended by com.atlassian.confluence.upgrade.AbstractUpgradeTask
      extended by 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.


Constructor Summary
EmbeddedCrowdInitUpgradeTask(EmbeddedCrowdBootstrap bootstrap)
           
 
Method Summary
 void doUpgrade()
           
 String getBuildNumber()
           
 String getShortDescription()
           
 
Methods inherited from class com.atlassian.confluence.upgrade.AbstractUpgradeTask
addError, addError, getErrors, setBuildNumber
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmbeddedCrowdInitUpgradeTask

public EmbeddedCrowdInitUpgradeTask(EmbeddedCrowdBootstrap bootstrap)
Method Detail

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


Confluence is developed by Atlassian.