Class GitLabWebHookAction
java.lang.Object
hudson.security.csrf.CrumbExclusion
io.jenkins.plugins.gitlabbranchsource.GitLabWebHookAction
- All Implemented Interfaces:
ExtensionPoint
,Action
,ModelObject
,RootAction
,UnprotectedRootAction
@Extension
public final class GitLabWebHookAction
extends CrumbExclusion
implements UnprotectedRootAction
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class hudson.security.csrf.CrumbExclusion
all
-
Field Details
-
LOGGER
-
-
Constructor Details
-
GitLabWebHookAction
public GitLabWebHookAction()
-
-
Method Details
-
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(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, javax.servlet.FilterChain chain) throws IOException, javax.servlet.ServletException - Specified by:
process
in classCrumbExclusion
- Throws:
IOException
javax.servlet.ServletException
-
doPost
public org.kohsuke.stapler.HttpResponse doPost(org.kohsuke.stapler.StaplerRequest request) throws IOException, org.gitlab4j.api.GitLabApiException - Throws:
IOException
org.gitlab4j.api.GitLabApiException
-