Package com.atlassian.sal.api.upgrade
Interface PluginUpgradeManager
public interface PluginUpgradeManager
Upgrades plugins using their defined build number. This only guarantees that upgrade tasks will be run when
the plugins system is initialized. There is no guarantee that upgrade tasks will be run on plugin enablement or
plugin upgrade.
- Since:
- 2.0
-
Method Summary
-
Method Details
-
upgrade
Finds and upgrades all plugins, that implement PluginUpgradeTask- Returns:
- A list of errors
-