@Extension
public class QuayIoWebHook
extends hudson.security.csrf.CrumbExclusion
implements hudson.model.UnprotectedRootAction
| Modifier and Type | Field and Description |
|---|---|
static String |
URL_PATH
The namespace under Jenkins context path that this Action is bound to.
|
| Constructor and Description |
|---|
QuayIoWebHook() |
| Modifier and Type | Method and Description |
|---|---|
void |
doPush(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) |
public static final String URL_PATH
public String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic String getUrlName()
getUrlName in interface hudson.model.Actionpublic void doPush(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
throws IOException
IOExceptionpublic boolean process(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.FilterChain chain)
throws IOException,
javax.servlet.ServletException
process in class hudson.security.csrf.CrumbExclusionIOExceptionjavax.servlet.ServletExceptionCopyright © 2004-2016. All Rights Reserved.