Package com.atlassian.bamboo.ww2
Class BambooBeansWrapperListener
- java.lang.Object
-
- com.atlassian.bamboo.ww2.BambooBeansWrapperListener
-
- All Implemented Interfaces:
freemarker.ext.beans.BeansWrapperListener
@Internal public class BambooBeansWrapperListener extends Object implements freemarker.ext.beans.BeansWrapperListener
Listens for the creation ofBeansWrapper
s and clears the contained class caches whenreset()
is called. Used for Plugin reloading
-
-
Constructor Summary
Constructors Constructor Description BambooBeansWrapperListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onCreate(freemarker.ext.beans.BeansWrapper beansWrapper)
void
reset()
Clears the class caches of allBeansWrapper
instances.
-