public class MigrateFromFileSystemToDatabaseUpgradeTask extends Object implements com.atlassian.sal.api.upgrade.PluginUpgradeTask
Constructor and Description |
---|
MigrateFromFileSystemToDatabaseUpgradeTask(com.atlassian.config.HomeLocator homeLocator,
DatabaseKeyStore databaseKeyStore,
KeyFactory keyFactory) |
Modifier and Type | Method and Description |
---|---|
Collection<com.atlassian.sal.api.message.Message> |
doUpgrade() |
int |
getBuildNumber() |
String |
getPluginKey() |
String |
getShortDescription() |
public MigrateFromFileSystemToDatabaseUpgradeTask(com.atlassian.config.HomeLocator homeLocator, DatabaseKeyStore databaseKeyStore, KeyFactory keyFactory)
public int getBuildNumber()
getBuildNumber
in interface com.atlassian.sal.api.upgrade.PluginUpgradeTask
public String getShortDescription()
getShortDescription
in interface com.atlassian.sal.api.upgrade.PluginUpgradeTask
public Collection<com.atlassian.sal.api.message.Message> doUpgrade() throws Exception
doUpgrade
in interface com.atlassian.sal.api.upgrade.PluginUpgradeTask
Exception
public String getPluginKey()
getPluginKey
in interface com.atlassian.sal.api.upgrade.PluginUpgradeTask
Copyright © 2021 Atlassian. All rights reserved.