public class SpaceLevelDisabledBlueprintsUpgradeTask extends Object implements com.atlassian.sal.api.upgrade.PluginUpgradeTask
Before upgrading, space disabled blueprints were stored in Bandana using their module complete key. Currently we expect to find their UUID.
| Constructor and Description |
|---|
SpaceLevelDisabledBlueprintsUpgradeTask(com.atlassian.bandana.BandanaManager bandanaManager,
ContentBlueprintManager contentBlueprintManager,
com.atlassian.confluence.spaces.SpaceManager spaceManager,
com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager,
BlueprintStateController blueprintStateController) |
| Modifier and Type | Method and Description |
|---|---|
Collection<com.atlassian.sal.api.message.Message> |
doUpgrade() |
int |
getBuildNumber()
The build number for this upgrade task.
|
String |
getPluginKey() |
String |
getShortDescription() |
public SpaceLevelDisabledBlueprintsUpgradeTask(com.atlassian.bandana.BandanaManager bandanaManager,
ContentBlueprintManager contentBlueprintManager,
com.atlassian.confluence.spaces.SpaceManager spaceManager,
com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager,
BlueprintStateController blueprintStateController)
public int getBuildNumber()
getBuildNumber in interface com.atlassian.sal.api.upgrade.PluginUpgradeTaskpublic String getShortDescription()
getShortDescription in interface com.atlassian.sal.api.upgrade.PluginUpgradeTaskpublic Collection<com.atlassian.sal.api.message.Message> doUpgrade()
doUpgrade in interface com.atlassian.sal.api.upgrade.PluginUpgradeTaskpublic String getPluginKey()
getPluginKey in interface com.atlassian.sal.api.upgrade.PluginUpgradeTaskCopyright © 2017 Atlassian. All rights reserved.