Skip navigation links
C G L R U V 

C

com.atlassian.upgrade.api - package com.atlassian.upgrade.api
 
com.atlassian.upgrade.spi - package com.atlassian.upgrade.spi
 

G

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
 

L

LegacyUpgradeTask - Interface in com.atlassian.upgrade.spi
SPI for plugins and host application to implement for each Upgrade Task they wish to define.
LegacyUpgradeTaskFactory - Interface in com.atlassian.upgrade.spi
SPI for a plugin or the host application to implement in order to be able to participate in legacy AO and SAL upgrades.

R

runUpgrade(UpgradeContext) - Method in interface com.atlassian.upgrade.spi.LegacyUpgradeTask
Complete the UpgradeTask.
runUpgrade(UpgradeContext) - Method in interface com.atlassian.upgrade.spi.UpgradeTask
Complete the UpgradeTask.

U

UpgradeContext - Interface in com.atlassian.upgrade.api
Provides context data to the plugin/host app about the upgrade that is taking place.
UpgradeContext.UpgradeTrigger - Enum in com.atlassian.upgrade.api
 
UpgradeTask - Interface in com.atlassian.upgrade.spi
SPI for plugins and host application to implement for each Upgrade Task they wish to define.
UpgradeTaskFactory - Interface in com.atlassian.upgrade.spi
SPI for a plugin or the host application to implement in order to be able to participate in upgrades.
UpgradeTaskService - Interface in com.atlassian.upgrade.api
Public API entry to Upgrade Task Framework with operations that plugins or host app may wish to do.

V

valueOf(String) - Static method in enum com.atlassian.upgrade.api.UpgradeContext.UpgradeTrigger
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.atlassian.upgrade.api.UpgradeContext.UpgradeTrigger
Returns an array containing the constants of this enum type, in the order they are declared.
C G L R U V 
Skip navigation links

Copyright © 2017 Atlassian. All rights reserved.