Class BambooLifecycleManager
- java.lang.Object
-
- com.atlassian.sal.core.lifecycle.DefaultLifecycleManager
-
- com.atlassian.sal.bamboo.lifecycle.BambooLifecycleManager
-
- All Implemented Interfaces:
com.atlassian.sal.api.lifecycle.LifecycleManager
,org.springframework.beans.factory.DisposableBean
,org.springframework.beans.factory.InitializingBean
@Component public class BambooLifecycleManager extends com.atlassian.sal.core.lifecycle.DefaultLifecycleManager
-
-
Constructor Summary
Constructors Constructor Description BambooLifecycleManager(com.atlassian.plugin.event.PluginEventManager pluginEventManager, com.atlassian.plugin.PluginAccessor pluginAccessor, org.osgi.framework.BundleContext bundleContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isApplicationSetUp()
void
onBambooContainerStart()
void
onPluginFrameworkStarted(com.atlassian.plugin.event.events.PluginFrameworkStartedEvent event)
This is a no-op.
-
-
-
Method Detail
-
isApplicationSetUp
public boolean isApplicationSetUp()
-
onPluginFrameworkStarted
public void onPluginFrameworkStarted(com.atlassian.plugin.event.events.PluginFrameworkStartedEvent event)
This is a no-op.onBambooContainerStart()
starts the SAL LifecycleManager- Overrides:
onPluginFrameworkStarted
in classcom.atlassian.sal.core.lifecycle.DefaultLifecycleManager
-
onBambooContainerStart
public void onBambooContainerStart()
-
-