Uses of Interface
com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketPullRequest
Package
Description
-
Uses of BitbucketPullRequest in com.cloudbees.jenkins.plugins.bitbucket
Modifier and TypeMethodDescriptionfinal BitbucketPullRequest
BitbucketSCMSourceRequest.getPullRequestById
(Integer id) Retrieves the full details of a pull request.Modifier and TypeMethodDescriptionfinal Iterable<BitbucketPullRequest>
BitbucketSCMSourceRequest.getPullRequests()
Returns the pull request details or an empty list if either the request did not specify toBitbucketSCMSourceRequest.isFetchPRs()
or if the pull request details have not been provided byBitbucketSCMSourceRequest.setPullRequests(Iterable)
yet.Modifier and TypeMethodDescriptionfinal void
BitbucketSCMSourceRequest.setPullRequests
(Iterable<BitbucketPullRequest> pullRequests) Provides the requests with the pull request details.ModifierConstructorDescriptionPullRequestSCMHead
(String repoOwner, String repository, String branchName, BitbucketPullRequest pr) Deprecated.PullRequestSCMHead
(String repoOwner, String repository, String branchName, BitbucketPullRequest pr, jenkins.scm.api.SCMHeadOrigin origin) Deprecated.PullRequestSCMHead
(String name, String repoOwner, String repository, String branchName, BitbucketPullRequest pr, jenkins.scm.api.SCMHeadOrigin origin, jenkins.scm.api.mixin.ChangeRequestCheckoutStrategy strategy) -
Uses of BitbucketPullRequest in com.cloudbees.jenkins.plugins.bitbucket.api
Modifier and TypeMethodDescriptionBitbucketPullRequestEvent.getPullRequest()
BitbucketApi.getPullRequestById
(Integer id) Returns a specific pull request.Modifier and TypeMethodDescriptionList<? extends BitbucketPullRequest>
BitbucketApi.getPullRequests()
Returns the pull requests in the repository.Modifier and TypeMethodDescriptionBitbucketApi.resolveCommit
(BitbucketPullRequest pull) Resolve the head commit object of the pull request source repository branch.BitbucketApi.resolveSourceFullHash
(BitbucketPullRequest pull) Resolve the head commit hash of the pull request source repository branch. -
Uses of BitbucketPullRequest in com.cloudbees.jenkins.plugins.bitbucket.client
Modifier and TypeMethodDescriptionBitbucketCloudApiClient.getPullRequestById
(Integer id) Returns a specific pull request.Modifier and TypeMethodDescriptionBitbucketCloudApiClient.resolveCommit
(BitbucketPullRequest pull) Resolve the head commit object of the pull request source repository branch.BitbucketCloudApiClient.resolveSourceFullHash
(BitbucketPullRequest pull) Resolve the head commit hash of the pull request source repository branch. -
Uses of BitbucketPullRequest in com.cloudbees.jenkins.plugins.bitbucket.client.events
-
Uses of BitbucketPullRequest in com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest
-
Uses of BitbucketPullRequest in com.cloudbees.jenkins.plugins.bitbucket.hooks
-
Uses of BitbucketPullRequest in com.cloudbees.jenkins.plugins.bitbucket.server.client
Modifier and TypeMethodDescriptionBitbucketServerAPIClient.getPullRequestById
(Integer id) Returns a specific pull request.Modifier and TypeMethodDescriptionBitbucketServerAPIClient.resolveCommit
(BitbucketPullRequest pull) BitbucketServerAPIClient.resolveSourceFullHash
(BitbucketPullRequest pull) Resolve the head commit hash of the pull request source repository branch. -
Uses of BitbucketPullRequest in com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest