Package jenkins
Class JenkinsHttpSessionListener
java.lang.Object
jenkins.JenkinsHttpSessionListener
- All Implemented Interfaces:
EventListener
,javax.servlet.http.HttpSessionListener
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public final class JenkinsHttpSessionListener
extends Object
implements javax.servlet.http.HttpSessionListener
Web container hook for the
HttpSessionListener
ExtensionPoint
.- Author:
- tom.fennelly@gmail.com
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
sessionCreated
(javax.servlet.http.HttpSessionEvent httpSessionEvent) void
sessionDestroyed
(javax.servlet.http.HttpSessionEvent httpSessionEvent)
-
Constructor Details
-
JenkinsHttpSessionListener
public JenkinsHttpSessionListener()
-
-
Method Details
-
sessionCreated
public void sessionCreated(javax.servlet.http.HttpSessionEvent httpSessionEvent) - Specified by:
sessionCreated
in interfacejavax.servlet.http.HttpSessionListener
-
sessionDestroyed
public void sessionDestroyed(javax.servlet.http.HttpSessionEvent httpSessionEvent) - Specified by:
sessionDestroyed
in interfacejavax.servlet.http.HttpSessionListener
-