public class JiraLifecycleManager
extends com.atlassian.sal.core.lifecycle.DefaultLifecycleManager
Constructor and Description |
---|
JiraLifecycleManager(com.atlassian.plugin.event.PluginEventManager pluginEventManager,
com.atlassian.plugin.PluginAccessor pluginAccessor,
org.osgi.framework.BundleContext bundleContext,
List<org.springframework.beans.factory.ListableBeanFactory> beanFactories) |
Modifier and Type | Method and Description |
---|---|
boolean |
isApplicationSetUp() |
protected void |
notifyOnStart() |
void |
onJiraStart(JiraStartedEvent event)
This method will be invoked by PluginEventManager when PluginFrameworkStartedEvent event occurs.
|
void |
onPluginFrameworkStarted(com.atlassian.plugin.event.events.PluginFrameworkStartedEvent event)
This method will be invoked by PluginEventManager when PluginFrameworkStartedEvent event occurs.
|
public JiraLifecycleManager(com.atlassian.plugin.event.PluginEventManager pluginEventManager, com.atlassian.plugin.PluginAccessor pluginAccessor, org.osgi.framework.BundleContext bundleContext, List<org.springframework.beans.factory.ListableBeanFactory> beanFactories)
public boolean isApplicationSetUp()
public void onPluginFrameworkStarted(com.atlassian.plugin.event.events.PluginFrameworkStartedEvent event)
DefaultPluginEventManager
for more details on this black magic.onPluginFrameworkStarted
in class com.atlassian.sal.core.lifecycle.DefaultLifecycleManager
event
- the Eventpublic void onJiraStart(JiraStartedEvent event)
DefaultPluginEventManager
for more details on this black magic.event
- the JiraStartedEventprotected void notifyOnStart()
notifyOnStart
in class com.atlassian.sal.core.lifecycle.DefaultLifecycleManager
Copyright © 2002-2018 Atlassian. All Rights Reserved.