Class EMItemCache
- java.lang.Object
-
- jenkins.util.HttpSessionListener
-
- com.worksoft.jenkinsci.plugins.em.EMItemCache
-
- All Implemented Interfaces:
hudson.ExtensionPoint,java.util.EventListener,javax.servlet.http.HttpSessionListener
@Extension public class EMItemCache extends jenkins.util.HttpSessionListener
-
-
Constructor Summary
Constructors Constructor Description EMItemCache()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static hudson.util.ListBoxModelgetCachedItems(java.lang.String fieldName)static voidinvalidateItemsCache()voidsessionCreated(javax.servlet.http.HttpSessionEvent httpSessionEvent)voidsessionDestroyed(javax.servlet.http.HttpSessionEvent httpSessionEvent)static hudson.util.ListBoxModelupdateItemsCache(java.lang.String fieldName, hudson.util.ListBoxModel items)
-
-
-
Method Detail
-
sessionCreated
public void sessionCreated(javax.servlet.http.HttpSessionEvent httpSessionEvent)
- Specified by:
sessionCreatedin interfacejavax.servlet.http.HttpSessionListener- Overrides:
sessionCreatedin classjenkins.util.HttpSessionListener
-
sessionDestroyed
public void sessionDestroyed(javax.servlet.http.HttpSessionEvent httpSessionEvent)
- Specified by:
sessionDestroyedin interfacejavax.servlet.http.HttpSessionListener- Overrides:
sessionDestroyedin classjenkins.util.HttpSessionListener
-
updateItemsCache
public static hudson.util.ListBoxModel updateItemsCache(java.lang.String fieldName, hudson.util.ListBoxModel items)
-
getCachedItems
public static hudson.util.ListBoxModel getCachedItems(java.lang.String fieldName)
-
invalidateItemsCache
public static void invalidateItemsCache()
-
-