Class BitBucketPPRHookReceiver
- java.lang.Object
-
- hudson.security.csrf.CrumbExclusion
-
- io.jenkins.plugins.bitbucketpushandpullrequest.receiver.BitBucketPPRHookReceiver
-
- All Implemented Interfaces:
ExtensionPoint
,Action
,ModelObject
,RootAction
,UnprotectedRootAction
@Extension public class BitBucketPPRHookReceiver extends CrumbExclusion implements UnprotectedRootAction
BitbucketHookReceiver processes HTTP POST requests sent to $JENKINS_URL/bitbucket-hook/- Author:
- cdelmonte
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description BitBucketPPRHookReceiver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doIndex(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response)
String
getDisplayName()
String
getIconFileName()
String
getUrlName()
boolean
process(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, javax.servlet.FilterChain chain)
-
Methods inherited from class hudson.security.csrf.CrumbExclusion
all
-
-
-
-
Method Detail
-
doIndex
public void doIndex(@Nonnull org.kohsuke.stapler.StaplerRequest request, @Nonnull org.kohsuke.stapler.StaplerResponse response) throws IOException
- Throws:
IOException
-
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileName
in interfaceAction
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName
in interfaceAction
- Specified by:
getDisplayName
in interfaceModelObject
-
getUrlName
public String getUrlName()
- Specified by:
getUrlName
in interfaceAction
-
process
public boolean process(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, javax.servlet.FilterChain chain) throws IOException, javax.servlet.ServletException
- Specified by:
process
in classCrumbExclusion
- Throws:
IOException
javax.servlet.ServletException
-
-