com.atlassian.bamboo.ww2
Class FreemarkerPluginCacheInvalidator

java.lang.Object
  extended by 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


Constructor Summary
FreemarkerPluginCacheInvalidator(com.atlassian.plugin.event.PluginEventManager pluginEventManager, BambooFreemarkerManager freemarkerManager)
           
 
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
 

Constructor Detail

FreemarkerPluginCacheInvalidator

public FreemarkerPluginCacheInvalidator(com.atlassian.plugin.event.PluginEventManager pluginEventManager,
                                        BambooFreemarkerManager freemarkerManager)
Method Detail

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 © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.