@Extension public class GogsWebHook extends Object implements hudson.model.UnprotectedRootAction
Constructor and Description |
---|
GogsWebHook() |
Modifier and Type | Method and Description |
---|---|
void |
doIndex(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
Receives the HTTP POST request send by Gogs.
|
String |
getDisplayName() |
String |
getIconFileName() |
String |
getUrlName() |
public String getDisplayName()
getDisplayName
in interface hudson.model.Action
getDisplayName
in interface hudson.model.ModelObject
public String getIconFileName()
getIconFileName
in interface hudson.model.Action
public String getUrlName()
getUrlName
in interface hudson.model.Action
public void doIndex(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) throws IOException
req
- requestrsp
- responseIOException
- problem while parsingCopyright © 2016–2019. All rights reserved.