@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public final class JenkinsHttpSessionListener extends Object implements javax.servlet.http.HttpSessionListener
HttpSessionListener
ExtensionPoint
.Constructor and Description |
---|
JenkinsHttpSessionListener() |
Modifier and Type | Method and Description |
---|---|
void |
sessionCreated(javax.servlet.http.HttpSessionEvent httpSessionEvent) |
void |
sessionDestroyed(javax.servlet.http.HttpSessionEvent httpSessionEvent) |
public void sessionCreated(javax.servlet.http.HttpSessionEvent httpSessionEvent)
sessionCreated
in interface javax.servlet.http.HttpSessionListener
public void sessionDestroyed(javax.servlet.http.HttpSessionEvent httpSessionEvent)
sessionDestroyed
in interface javax.servlet.http.HttpSessionListener
Copyright © 2004–2022. All rights reserved.