@Extension public class BitbucketHookReceiver extends Object implements hudson.model.UnprotectedRootAction
| Modifier and Type | Field and Description |
|---|---|
static String |
BITBUCKET_HOOK_URL |
| Constructor and Description |
|---|
BitbucketHookReceiver() |
| Modifier and Type | Method and Description |
|---|---|
void |
doIndex(org.kohsuke.stapler.StaplerRequest req)
Bitbucket send payload
as form-urlencoded
|
String |
getDisplayName() |
String |
getIconFileName() |
String |
getUrlName() |
public static final String BITBUCKET_HOOK_URL
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 doIndex(org.kohsuke.stapler.StaplerRequest req)
throws IOException
payload=JSON
IOExceptionCopyright © 2016–2019. All rights reserved.