com.cloudbees.jenkins.plugins
Class BitbucketHookReceiver
java.lang.Object
com.cloudbees.jenkins.plugins.BitbucketHookReceiver
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Action, hudson.model.ModelObject, hudson.model.RootAction, hudson.model.UnprotectedRootAction
@Extension
public class BitbucketHookReceiver
- extends Object
- implements hudson.model.UnprotectedRootAction
- Author:
- Nicolas De Loof
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BitbucketHookReceiver
public BitbucketHookReceiver()
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileName in interface hudson.model.Action
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName in interface hudson.model.Action- Specified by:
getDisplayName in interface hudson.model.ModelObject
getUrlName
public String getUrlName()
- Specified by:
getUrlName in interface hudson.model.Action
doIndex
public void doIndex(org.kohsuke.stapler.StaplerRequest req)
throws IOException
- Bitbucket send payload
as form-urlencoded
payload=JSON
- Throws:
IOException
Copyright © 2004-2015. All Rights Reserved.