Class BitBucketPPRPullRequestAction
java.lang.Object
hudson.model.InvisibleAction
io.jenkins.plugins.bitbucketpushandpullrequest.action.BitBucketPPRActionAbstract
io.jenkins.plugins.bitbucketpushandpullrequest.action.BitBucketPPRPullRequestAction
- All Implemented Interfaces:
Action,ModelObject,BitBucketPPRAction
public class BitBucketPPRPullRequestAction
extends BitBucketPPRActionAbstract
implements BitBucketPPRAction
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBitBucketPPRPullRequestAction(BitBucketPPRPayload payload, BitBucketPPRHookEvent event) -
Method Summary
Methods inherited from class io.jenkins.plugins.bitbucketpushandpullrequest.action.BitBucketPPRActionAbstract
getGlobalConfig, getPropagationUrl, setPropagationUrlMethods inherited from class hudson.model.InvisibleAction
getDisplayName, getIconFileName, getUrlNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface hudson.model.Action
getDisplayName, getIconFileName, getUrlNameMethods inherited from interface io.jenkins.plugins.bitbucketpushandpullrequest.action.BitBucketPPRAction
getCommitLinks, getLatestFromCommit, getOPT1CloneUrl, getOPT2CloneUrl, getPayloadChangeType, getProjectUrl, getRepositoryId, getRepositoryUrl, getServerComment, getTargetBranchRefId, getType
-
Field Details
-
APPROVE
- See Also:
-
DECLINE
- See Also:
-
STATUSES
- See Also:
-
COMMIT
- See Also:
-
BITBUCKET_API_BASE_URL
- See Also:
-
BITBUCKET_HTTP_BASE_URL
- See Also:
-
-
Constructor Details
-
BitBucketPPRPullRequestAction
public BitBucketPPRPullRequestAction(@Nonnull BitBucketPPRPayload payload, @Nonnull BitBucketPPRHookEvent event)
-
-
Method Details
-
getSourceBranch
- Specified by:
getSourceBranchin interfaceBitBucketPPRAction
-
getTargetBranch
- Specified by:
getTargetBranchin interfaceBitBucketPPRAction
-
getLatestCommitFromRef
- Specified by:
getLatestCommitFromRefin interfaceBitBucketPPRAction
-
getLatestCommitToRef
- Specified by:
getLatestCommitToRefin interfaceBitBucketPPRAction
-
getPullRequestApiUrl
- Specified by:
getPullRequestApiUrlin interfaceBitBucketPPRAction
-
getPullRequestUrl
- Specified by:
getPullRequestUrlin interfaceBitBucketPPRAction
-
getTitle
- Specified by:
getTitlein interfaceBitBucketPPRAction
-
getDescription
- Specified by:
getDescriptionin interfaceBitBucketPPRAction
-
getPayload
- Specified by:
getPayloadin interfaceBitBucketPPRAction
-
getScm
- Specified by:
getScmin interfaceBitBucketPPRAction
-
getUser
- Specified by:
getUserin interfaceBitBucketPPRAction
-
getRepositoryName
- Specified by:
getRepositoryNamein interfaceBitBucketPPRAction
-
getScmUrls
- Specified by:
getScmUrlsin interfaceBitBucketPPRAction
-
getPullRequestId
- Specified by:
getPullRequestIdin interfaceBitBucketPPRAction
-
getComment
- Specified by:
getCommentin interfaceBitBucketPPRAction
-
getLinkHtml
- Specified by:
getLinkHtmlin interfaceBitBucketPPRAction
-
getLinkSelf
- Specified by:
getLinkSelfin interfaceBitBucketPPRAction
-
getLinkApprove
- Specified by:
getLinkApprovein interfaceBitBucketPPRAction
-
getLinkDecline
- Specified by:
getLinkDeclinein interfaceBitBucketPPRAction
-
getLinkStatuses
- Specified by:
getLinkStatusesin interfaceBitBucketPPRAction
-
getLatestCommit
- Specified by:
getLatestCommitin interfaceBitBucketPPRAction
-
getCommitLink
- Specified by:
getCommitLinkin interfaceBitBucketPPRAction
-
toString
-