public class UpgradeTask212 extends Object implements UpgradeTask
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVER_ID_KEY |
| Constructor and Description |
|---|
UpgradeTask212() |
| Modifier and Type | Method and Description |
|---|---|
void |
doUpgrade()
Perform the upgrade.
|
int |
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
|
void |
setBootstrapManager(CrowdBootstrapManager bootstrapManager) |
void |
setPropertyManager(PropertyManager propertyManager) |
public static final String SERVER_ID_KEY
public int getBuildNumber()
getBuildNumber in interface UpgradeTaskpublic String getShortDescription()
UpgradeTaskgetShortDescription in interface UpgradeTaskpublic void doUpgrade()
UpgradeTaskdoUpgrade in interface UpgradeTaskpublic Collection<String> getErrors()
UpgradeTaskgetErrors in interface UpgradeTaskpublic void setPropertyManager(PropertyManager propertyManager)
public void setBootstrapManager(CrowdBootstrapManager bootstrapManager)
Copyright © 2024 Atlassian. All rights reserved.