public class UpgradeTask623GenerateExternalId extends Object implements UpgradeTask
| Constructor and Description |
|---|
UpgradeTask623GenerateExternalId(DirectoryDao directoryDao,
UserDao userDao) |
| Modifier and Type | Method and Description |
|---|---|
void |
doUpgrade()
Perform the upgrade.
|
String |
getBuildNumber() |
Collection<String> |
getErrors()
Any errors that occur during the upgrade process will be added to this Collection as Strings.
|
String |
getShortDescription()
A short (less than 50 chars) description of the upgrade action
|
public UpgradeTask623GenerateExternalId(DirectoryDao directoryDao, UserDao userDao)
public String getBuildNumber()
getBuildNumber in interface UpgradeTaskpublic String getShortDescription()
UpgradeTaskgetShortDescription in interface UpgradeTaskpublic void doUpgrade()
throws Exception
UpgradeTaskdoUpgrade in interface UpgradeTaskException - is thrown if any errors occur during the upgrade process.public Collection<String> getErrors()
UpgradeTaskgetErrors in interface UpgradeTaskCopyright © 2016 Atlassian. All rights reserved.