Class BitBucketPPRPullRequestServerAction
java.lang.Object
hudson.model.InvisibleAction
io.jenkins.plugins.bitbucketpushandpullrequest.action.BitBucketPPRActionAbstract
io.jenkins.plugins.bitbucketpushandpullrequest.action.BitBucketPPRPullRequestServerAction
- All Implemented Interfaces:
Action, ModelObject, BitBucketPPRAction
public class BitBucketPPRPullRequestServerAction
extends BitBucketPPRActionAbstract
implements BitBucketPPRAction
-
Constructor Summary
ConstructorsConstructorDescriptionBitBucketPPRPullRequestServerAction(BitBucketPPRPayload payload, BitBucketPPRHookEvent bitbucketEvent) -
Method Summary
Methods inherited from class BitBucketPPRActionAbstract
getGlobalConfig, getPropagationUrl, requirePayloadProperty, setPropagationUrlMethods inherited from class InvisibleAction
getDisplayName, getIconFileName, getUrlNameMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Action
getDisplayName, getIconFileName, getUrlNameMethods inherited from interface BitBucketPPRAction
getComment, getCommitLinks, getDescription, getLatestFromCommit, getLinkHtml, getLinkSelf, getLinkStatuses, getOPT1CloneUrl, getOPT2CloneUrl, getPayloadChangeType, getProjectUrl, getPullRequestUrl, getRepositoryUrl, getType
-
Constructor Details
-
BitBucketPPRPullRequestServerAction
public BitBucketPPRPullRequestServerAction(@NonNull BitBucketPPRPayload payload, BitBucketPPRHookEvent bitbucketEvent) throws BitBucketPPRPayloadPropertyNotFoundException
-
-
Method Details
-
getSourceBranch
- Specified by:
getSourceBranchin interfaceBitBucketPPRAction
-
getLatestCommitFromRef
- Specified by:
getLatestCommitFromRefin interfaceBitBucketPPRAction
-
getLatestCommitToRef
- Specified by:
getLatestCommitToRefin interfaceBitBucketPPRAction
-
getTargetBranch
- Specified by:
getTargetBranchin interfaceBitBucketPPRAction
-
getTargetBranchRefId
- Specified by:
getTargetBranchRefIdin interfaceBitBucketPPRAction
-
getPullRequestApiUrl
- Specified by:
getPullRequestApiUrlin interfaceBitBucketPPRAction
-
getScm
- Specified by:
getScmin interfaceBitBucketPPRAction
-
getUser
- Specified by:
getUserin interfaceBitBucketPPRAction
-
getTitle
- Specified by:
getTitlein interfaceBitBucketPPRAction
-
getPayload
- Specified by:
getPayloadin interfaceBitBucketPPRAction
-
getRepositoryName
- Specified by:
getRepositoryNamein interfaceBitBucketPPRAction
-
getServerComment
- Specified by:
getServerCommentin interfaceBitBucketPPRAction
-
getScmUrls
- Specified by:
getScmUrlsin interfaceBitBucketPPRAction
-
getPullRequestId
- Specified by:
getPullRequestIdin interfaceBitBucketPPRAction
-
getRepositoryId
- Specified by:
getRepositoryIdin interfaceBitBucketPPRAction
-
getLinkApprove
- Specified by:
getLinkApprovein interfaceBitBucketPPRAction- Throws:
MalformedURLException
-
getLinkDecline
- Specified by:
getLinkDeclinein interfaceBitBucketPPRAction- Throws:
MalformedURLException
-
getLatestCommit
- Specified by:
getLatestCommitin interfaceBitBucketPPRAction
-
getCommitLink
- Specified by:
getCommitLinkin interfaceBitBucketPPRAction- Throws:
MalformedURLException
-
toString
-
setBaseUrl
-