Class PluginUpgradingEvent

java.lang.Object
com.atlassian.plugin.event.events.PluginEvent
com.atlassian.plugin.event.events.PluginUpgradingEvent

@PublicApi public class PluginUpgradingEvent extends PluginEvent
Event fired before a plugin is upgraded at runtime.

The plugin of this event is the old plugin, and it is fired before the old plugin is removed from the system.

Since:
4.0.0
See Also:
  • Constructor Details

    • PluginUpgradingEvent

      public PluginUpgradingEvent(Plugin plugin)