com.atlassian.bamboo.event
Class FeatureManagerStartupListener

java.lang.Object
  extended by com.atlassian.bamboo.event.FeatureManagerStartupListener

public class FeatureManagerStartupListener
extends java.lang.Object

This listener runs during the statrup phase to trun on and off features depending on flags in the FeatureManager


Constructor Summary
FeatureManagerStartupListener(CapabilityDefaultsHelper capabilityDefaultsHelper, com.atlassian.plugin.PluginController pluginController, FeatureManager featureManager, CapabilitySetManager capabilitySetManager, AdministrationConfigurationManager administrationConfigurationManager)
           
FeatureManagerStartupListener(com.atlassian.plugin.PluginController pluginController, FeatureManager featureManager, CapabilityDefaultsHelper capabilityDefaultsHelper, AdministrationConfigurationManager administrationConfigurationManager)
           
 
Method Summary
 void handleEvent(ServerStartedEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeatureManagerStartupListener

public FeatureManagerStartupListener(com.atlassian.plugin.PluginController pluginController,
                                     FeatureManager featureManager,
                                     CapabilityDefaultsHelper capabilityDefaultsHelper,
                                     AdministrationConfigurationManager administrationConfigurationManager)

FeatureManagerStartupListener

public FeatureManagerStartupListener(CapabilityDefaultsHelper capabilityDefaultsHelper,
                                     com.atlassian.plugin.PluginController pluginController,
                                     FeatureManager featureManager,
                                     CapabilitySetManager capabilitySetManager,
                                     AdministrationConfigurationManager administrationConfigurationManager)
Method Detail

handleEvent

@EventListener
public void handleEvent(ServerStartedEvent event)


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.