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
Constructors Constructor Description FreemarkerPluginCacheInvalidator(com.atlassian.plugin.event.PluginEventManager pluginEventManager, BambooFreemarkerManager freemarkerManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
afterPropertiesSet()
void
moduleDisabled(@NotNull com.atlassian.plugin.event.events.PluginModuleDisabledEvent pluginModuleDisabledEvent)
void
pluginDisabled(@NotNull com.atlassian.plugin.event.events.PluginDisabledEvent pluginDisabledEvent)
-
-
-
Constructor Detail
-
FreemarkerPluginCacheInvalidator
public FreemarkerPluginCacheInvalidator(com.atlassian.plugin.event.PluginEventManager pluginEventManager, BambooFreemarkerManager freemarkerManager)
-
-
Method Detail
-
afterPropertiesSet
public void afterPropertiesSet() throws Exception
- 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)
-
-