- getAllAoUpgradeTasks() - Method in interface com.atlassian.upgrade.spi.LegacyUpgradeTaskFactory
-
Get all of the AO upgrade tasks for this given plugin/host app.
- getAllSalUpgradeTasks() - Method in interface com.atlassian.upgrade.spi.LegacyUpgradeTaskFactory
-
Get all of the SAL upgrade tasks for this given plugin/host app.
- getAllUpgradeTasks() - Method in interface com.atlassian.upgrade.spi.UpgradeTaskFactory
-
Get all of the upgrade tasks for this given plugin/host app.
- getBuildNumber() - Method in interface com.atlassian.upgrade.spi.LegacyUpgradeTask
-
The build number which uniquely identifies the upgrade task.
- getBuildNumber() - Method in interface com.atlassian.upgrade.spi.UpgradeTask
-
The build number which uniquely identifies the upgrade task.
- getDatabaseBuildNumber() - Method in interface com.atlassian.upgrade.api.UpgradeTaskService
-
Get current DB version for the current plugin (or host platform).
- getDatabaseBuildNumberForHost() - Method in interface com.atlassian.upgrade.api.UpgradeTaskService
-
Get current version of the host's DB.
- getDatabaseBuildNumberForPlugin(String) - Method in interface com.atlassian.upgrade.api.UpgradeTaskService
-
Get current DB version for a plugin.
- getMinimumAoBuildNumber() - Method in interface com.atlassian.upgrade.spi.LegacyUpgradeTaskFactory
-
Get the minimum AO build number for a plugins data that can be upgraded from.
- getMinimumBuildNumber() - Method in interface com.atlassian.upgrade.spi.UpgradeTaskFactory
-
Get the minimum build number for a plugins data that can be upgraded from.
- getMinimumSalBuildNumber() - Method in interface com.atlassian.upgrade.spi.LegacyUpgradeTaskFactory
-
Get the minimum SAL build number for a plugins data that can be upgraded from.
- getProductDisplayName() - Method in interface com.atlassian.upgrade.spi.UpgradeTaskFactory
-
Returns the display name for this plugin / host app.
- getProductMinimumVersion() - Method in interface com.atlassian.upgrade.spi.UpgradeTaskFactory
-
Returns the minimum upgradeable version for this plugin / host app.
- getShortDescription() - Method in interface com.atlassian.upgrade.spi.LegacyUpgradeTask
-
Description used to give an overview for this task to be used by support or other debugging needs.
- getShortDescription() - Method in interface com.atlassian.upgrade.spi.UpgradeTask
-
Description used to give an overview for this task to be used by support or other debugging needs.
- getTrigger() - Method in interface com.atlassian.upgrade.api.UpgradeContext
-