@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.Action
public String getDisplayName()
getDisplayName
in interface hudson.model.Action
getDisplayName
in interface hudson.model.ModelObject
public String getUrlName()
getUrlName
in interface hudson.model.Action
public void doIndex(org.kohsuke.stapler.StaplerRequest req) throws IOException
payload=JSON
IOException
Copyright © 2016–2019. All rights reserved.