public class XWorkPluginConfigurationMaintainer extends Object implements org.springframework.beans.factory.InitializingBean
Constructor and Description |
---|
XWorkPluginConfigurationMaintainer(com.atlassian.plugin.event.PluginEventManager pluginEventManager) |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
void |
onPluginModuleDisabled(com.atlassian.plugin.event.events.PluginModuleDisabledEvent event) |
void |
onPluginModuleEnabled(com.atlassian.plugin.event.events.PluginModuleEnabledEvent event) |
static void |
resumeReloads() |
static void |
suspendReloads() |
public XWorkPluginConfigurationMaintainer(@NotNull com.atlassian.plugin.event.PluginEventManager pluginEventManager)
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
Exception
public void onPluginModuleEnabled(com.atlassian.plugin.event.events.PluginModuleEnabledEvent event)
public void onPluginModuleDisabled(com.atlassian.plugin.event.events.PluginModuleDisabledEvent event)
public static void suspendReloads()
public static void resumeReloads()
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.