@PublicSpi public interface LegacyUpgradeTaskFactory extends UpgradeTaskFactory
| Modifier and Type | Method and Description |
|---|---|
default Collection<LegacyUpgradeTask> |
getAllAoUpgradeTasks()
Get all of the AO upgrade tasks for this given plugin/host app.
|
default Collection<LegacyUpgradeTask> |
getAllSalUpgradeTasks()
Get all of the SAL upgrade tasks for this given plugin/host app.
|
default int |
getMinimumAoBuildNumber()
Get the minimum AO build number for a plugins data that can be upgraded from.
|
default int |
getMinimumSalBuildNumber()
Get the minimum SAL build number for a plugins data that can be upgraded from.
|
getAllUpgradeTasks, getMinimumBuildNumber, getProductDisplayName, getProductMinimumVersiondefault int getMinimumSalBuildNumber()
LegacyUpgradeTaskFactoryUpgradeTaskFactory.getMinimumBuildNumber()default int getMinimumAoBuildNumber()
LegacyUpgradeTaskFactoryUpgradeTaskFactory.getMinimumBuildNumber()@Nonnull default Collection<LegacyUpgradeTask> getAllSalUpgradeTasks()
@Nonnull default Collection<LegacyUpgradeTask> getAllAoUpgradeTasks()
Copyright © 2017 Atlassian. All rights reserved.