@Extension public class BitbucketHookReceiver extends Object implements UnprotectedRootAction
ExtensionPoint.LegacyInstancesAreScopedToHudson
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 Action
public String getDisplayName()
getDisplayName
in interface Action
getDisplayName
in interface ModelObject
public String getUrlName()
getUrlName
in interface Action
public void doIndex(org.kohsuke.stapler.StaplerRequest req) throws IOException
payload=JSON
IOException
Copyright © 2016–2020. All rights reserved.