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