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

    Modifier and Type
    Method
    Description
    Finds and upgrades all plugins, that implement PluginUpgradeTask
  • Method Details

    • upgrade

      List<Message> upgrade()
      Finds and upgrades all plugins, that implement PluginUpgradeTask
      Returns:
      A list of errors