@PublicSpi
public interface LegacyUpgradeTask
| Modifier and Type | Method and Description |
|---|---|
int |
getBuildNumber()
The build number which uniquely identifies the upgrade task.
|
String |
getShortDescription()
Description used to give an overview for this task to be used by support or other debugging needs.
|
void |
runUpgrade(UpgradeContext upgradeContext)
Complete the UpgradeTask.
|
int getBuildNumber()
When the upgrade task is completed the current build number for the plugin or host application is set to this value.
String getShortDescription()
void runUpgrade(UpgradeContext upgradeContext)
upgradeContext - includes information about the currentCopyright © 2017 Atlassian. All rights reserved.