@Extension
public class EMItemCache
extends jenkins.util.HttpSessionListener
| Constructor and Description |
|---|
EMItemCache() |
| Modifier and Type | Method and 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) |
public void sessionCreated(javax.servlet.http.HttpSessionEvent httpSessionEvent)
sessionCreated in interface javax.servlet.http.HttpSessionListenersessionCreated in class jenkins.util.HttpSessionListenerpublic void sessionDestroyed(javax.servlet.http.HttpSessionEvent httpSessionEvent)
sessionDestroyed in interface javax.servlet.http.HttpSessionListenersessionDestroyed in class jenkins.util.HttpSessionListenerpublic static hudson.util.ListBoxModel updateItemsCache(java.lang.String fieldName,
hudson.util.ListBoxModel items)
public static hudson.util.ListBoxModel getCachedItems(java.lang.String fieldName)
public static void invalidateItemsCache()