Class ProLiteAddonEnabler

java.lang.Object
com.codebarrel.jira.plugin.automation.startup.ProLiteAddonEnabler
All Implemented Interfaces:
com.atlassian.sal.api.lifecycle.LifecycleAware, org.springframework.beans.factory.DisposableBean

@Component public class ProLiteAddonEnabler extends Object implements com.atlassian.sal.api.lifecycle.LifecycleAware, org.springframework.beans.factory.DisposableBean
  • Constructor Summary

    Constructors
    Constructor
    Description
    ProLiteAddonEnabler(com.atlassian.plugin.PluginAccessor pluginAccessor, com.atlassian.plugin.PluginController pluginController, com.atlassian.plugin.event.PluginEventManager pluginEventManager)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    onEnabled(com.atlassian.plugin.event.events.PluginEnabledEvent enabledEvent)
     
    void
    onPluginFrameworkStarted(com.atlassian.plugin.event.events.PluginFrameworkStartedEvent pluginFrameworkStarted)
     
    void
     
    void
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ProLiteAddonEnabler

      @Inject public ProLiteAddonEnabler(com.atlassian.plugin.PluginAccessor pluginAccessor, com.atlassian.plugin.PluginController pluginController, com.atlassian.plugin.event.PluginEventManager pluginEventManager)
  • Method Details

    • onStart

      public void onStart()
      Specified by:
      onStart in interface com.atlassian.sal.api.lifecycle.LifecycleAware
    • onStop

      public void onStop()
      Specified by:
      onStop in interface com.atlassian.sal.api.lifecycle.LifecycleAware
    • destroy

      public void destroy() throws Exception
      Specified by:
      destroy in interface org.springframework.beans.factory.DisposableBean
      Throws:
      Exception
    • onEnabled

      public void onEnabled(com.atlassian.plugin.event.events.PluginEnabledEvent enabledEvent)
    • onPluginFrameworkStarted

      public void onPluginFrameworkStarted(com.atlassian.plugin.event.events.PluginFrameworkStartedEvent pluginFrameworkStarted)