Package org.jenkinsci.plugins.gwt
Class GenericWebHookRequestReceiver
java.lang.Object
hudson.security.csrf.CrumbExclusion
org.jenkinsci.plugins.gwt.GenericWebHookRequestReceiver
- All Implemented Interfaces:
ExtensionPoint
,Action
,ModelObject
,RootAction
,UnprotectedRootAction
@Extension
public class GenericWebHookRequestReceiver
extends CrumbExclusion
implements UnprotectedRootAction
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class hudson.security.csrf.CrumbExclusion
all, process
-
Constructor Details
-
GenericWebHookRequestReceiver
public GenericWebHookRequestReceiver()
-
-
Method Details
-
doInvoke
public org.kohsuke.stapler.HttpResponse doInvoke(org.kohsuke.stapler.StaplerRequest2 request) -
getIconFileName
- Specified by:
getIconFileName
in interfaceAction
-
getDisplayName
- Specified by:
getDisplayName
in interfaceAction
- Specified by:
getDisplayName
in interfaceModelObject
-
getUrlName
- Specified by:
getUrlName
in interfaceAction
-
process
public boolean process(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, jakarta.servlet.FilterChain chain) throws IOException, jakarta.servlet.ServletException - Overrides:
process
in classCrumbExclusion
- Throws:
IOException
jakarta.servlet.ServletException
-