Class XWorkPluginConfigurationMaintainer
- java.lang.Object
-
- com.atlassian.bamboo.plugin.xwork.XWorkPluginConfigurationMaintainer
-
public class XWorkPluginConfigurationMaintainer extends Object
Component responsible for dynamic updating of XWork configuration as plugins are enabled/disabled.- Since:
- v3.3
-
-
Constructor Summary
Constructors Constructor Description XWorkPluginConfigurationMaintainer(@NotNull com.atlassian.plugin.event.PluginEventManager pluginEventManager)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
afterPropertiesSet()
void
onPluginModuleDisabled(com.atlassian.plugin.event.events.PluginModuleDisabledEvent event)
void
onPluginModuleEnabled(com.atlassian.plugin.event.events.PluginModuleEnabledEvent event)
void
preDestroy()
static void
resumeReloads()
static void
suspendReloads()
-
-
-
Method Detail
-
afterPropertiesSet
@PostConstruct public void afterPropertiesSet() throws Exception
- Throws:
Exception
-
onPluginModuleEnabled
public void onPluginModuleEnabled(com.atlassian.plugin.event.events.PluginModuleEnabledEvent event)
-
onPluginModuleDisabled
public void onPluginModuleDisabled(com.atlassian.plugin.event.events.PluginModuleDisabledEvent event)
-
suspendReloads
public static void suspendReloads()
-
resumeReloads
public static void resumeReloads()
-
-