Class PluginUpgradeListener

java.lang.Object
com.atlassian.jira.upgrade.PluginUpgradeListener
All Implemented Interfaces:
InitializingComponent

public class PluginUpgradeListener extends Object implements InitializingComponent
Checks if installed plugin is eligible for upgrading.
Since:
v7.4
  • Constructor Details

  • Method Details

    • onPluginInstall

      @EventListener public void onPluginInstall(com.atlassian.plugin.event.events.PluginEnabledEvent event)
    • afterInstantiation

      public void afterInstantiation() throws Exception
      Description copied from interface: InitializingComponent
      Called after all the beans are constructed and the ApplicationContext is fully populated. Order of execution is order of bean creation, driven by InitializingComponentProcessor.
      Specified by:
      afterInstantiation in interface InitializingComponent
      Throws:
      Exception