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
ConstructorsConstructorDescriptionProLiteAddonEnabler(com.atlassian.plugin.PluginAccessor pluginAccessor, com.atlassian.plugin.PluginController pluginController, com.atlassian.plugin.event.PluginEventManager pluginEventManager) -
Method Summary
Modifier and TypeMethodDescriptionvoiddestroy()voidonEnabled(com.atlassian.plugin.event.events.PluginEnabledEvent enabledEvent) voidonPluginFrameworkStarted(com.atlassian.plugin.event.events.PluginFrameworkStartedEvent pluginFrameworkStarted) voidonStart()voidonStop()
-
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:
onStartin interfacecom.atlassian.sal.api.lifecycle.LifecycleAware
-
onStop
public void onStop()- Specified by:
onStopin interfacecom.atlassian.sal.api.lifecycle.LifecycleAware
-
destroy
- Specified by:
destroyin interfaceorg.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)
-