public class UpgradeTask114 extends Object implements UpgradeTask
Constructor and Description |
---|
UpgradeTask114() |
Modifier and Type | Method and Description |
---|---|
protected String |
decryptCredential(String encryptedCredential) |
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 |
setApplicationManager(ApplicationManager applicationManager) |
void |
setPropertyManager(PropertyManager propertyManager) |
public int getBuildNumber()
getBuildNumber
in interface UpgradeTask
public String getShortDescription()
UpgradeTask
getShortDescription
in interface UpgradeTask
public void doUpgrade() throws Exception
UpgradeTask
doUpgrade
in interface UpgradeTask
Exception
- is thrown if any errors occur during the upgrade process.protected String decryptCredential(String encryptedCredential) throws PropertyManagerException, IOException, GeneralSecurityException
public Collection<String> getErrors()
UpgradeTask
getErrors
in interface UpgradeTask
public void setApplicationManager(ApplicationManager applicationManager)
public void setPropertyManager(PropertyManager propertyManager)
Copyright © 2021 Atlassian. All rights reserved.