Package com.atlassian.bamboo.ww2
Class FreemarkerPluginCacheInvalidator
java.lang.Object
com.atlassian.bamboo.ww2.FreemarkerPluginCacheInvalidator
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean
public class FreemarkerPluginCacheInvalidator
extends Object
implements org.springframework.beans.factory.InitializingBean
-
Constructor Summary
ConstructorDescriptionFreemarkerPluginCacheInvalidator
(com.atlassian.plugin.event.PluginEventManager pluginEventManager, BambooFreemarkerManager freemarkerManager) -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
moduleDisabled
(@NotNull com.atlassian.plugin.event.events.PluginModuleDisabledEvent pluginModuleDisabledEvent) void
pluginDisabled
(@NotNull com.atlassian.plugin.event.events.PluginDisabledEvent pluginDisabledEvent)
-
Constructor Details
-
FreemarkerPluginCacheInvalidator
public FreemarkerPluginCacheInvalidator(com.atlassian.plugin.event.PluginEventManager pluginEventManager, BambooFreemarkerManager freemarkerManager)
-
-
Method Details
-
afterPropertiesSet
- Specified by:
afterPropertiesSet
in interfaceorg.springframework.beans.factory.InitializingBean
- Throws:
Exception
-
pluginDisabled
public void pluginDisabled(@NotNull @NotNull com.atlassian.plugin.event.events.PluginDisabledEvent pluginDisabledEvent) -
moduleDisabled
public void moduleDisabled(@NotNull @NotNull com.atlassian.plugin.event.events.PluginModuleDisabledEvent pluginModuleDisabledEvent)
-