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.ListBoxModel
getCachedItems(java.lang.String fieldName)
static void
invalidateItemsCache()
void
sessionCreated(javax.servlet.http.HttpSessionEvent httpSessionEvent)
void
sessionDestroyed(javax.servlet.http.HttpSessionEvent httpSessionEvent)
static hudson.util.ListBoxModel
updateItemsCache(java.lang.String fieldName, hudson.util.ListBoxModel items)
-
-
-
Method Detail
-
sessionCreated
public void sessionCreated(javax.servlet.http.HttpSessionEvent httpSessionEvent)
- Specified by:
sessionCreated
in interfacejavax.servlet.http.HttpSessionListener
- Overrides:
sessionCreated
in classjenkins.util.HttpSessionListener
-
sessionDestroyed
public void sessionDestroyed(javax.servlet.http.HttpSessionEvent httpSessionEvent)
- Specified by:
sessionDestroyed
in interfacejavax.servlet.http.HttpSessionListener
- Overrides:
sessionDestroyed
in 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()
-
-