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 java.lang.Object
- implements org.springframework.beans.factory.InitializingBean
Method Summary |
void |
afterPropertiesSet()
|
void |
moduleDisabled(com.atlassian.plugin.event.events.PluginModuleDisabledEvent pluginModuleDisabledEvent)
|
void |
pluginDisabled(com.atlassian.plugin.event.events.PluginDisabledEvent pluginDisabledEvent)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FreemarkerPluginCacheInvalidator
public FreemarkerPluginCacheInvalidator(com.atlassian.plugin.event.PluginEventManager pluginEventManager,
BambooFreemarkerManager freemarkerManager)
afterPropertiesSet
public void afterPropertiesSet()
throws java.lang.Exception
- Specified by:
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
- Throws:
java.lang.Exception
pluginDisabled
public void pluginDisabled(@NotNull
com.atlassian.plugin.event.events.PluginDisabledEvent pluginDisabledEvent)
moduleDisabled
public void moduleDisabled(@NotNull
com.atlassian.plugin.event.events.PluginModuleDisabledEvent pluginModuleDisabledEvent)
Copyright © 2012 Atlassian. All Rights Reserved.