Class GitLabWebHook.GitlabWebHookCrumbExclusion
java.lang.Object
hudson.security.csrf.CrumbExclusion
com.dabsquared.gitlabjenkins.webhook.GitLabWebHook.GitlabWebHookCrumbExclusion
- All Implemented Interfaces:
- ExtensionPoint
- Enclosing class:
- GitLabWebHook
- 
Nested Class SummaryNested classes/interfaces inherited from interface hudson.ExtensionPointExtensionPoint.LegacyInstancesAreScopedToHudson
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanprocess(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp, jakarta.servlet.FilterChain chain) Methods inherited from class hudson.security.csrf.CrumbExclusionall, process
- 
Constructor Details- 
GitlabWebHookCrumbExclusionpublic GitlabWebHookCrumbExclusion()
 
- 
- 
Method Details- 
processpublic boolean process(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp, jakarta.servlet.FilterChain chain) throws IOException, jakarta.servlet.ServletException - Overrides:
- processin class- CrumbExclusion
- Throws:
- IOException
- jakarta.servlet.ServletException
 
 
-