Uses of Interface
com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketPullRequest
Packages that use BitbucketPullRequest
Package
Description
-
Uses of BitbucketPullRequest in com.cloudbees.jenkins.plugins.bitbucket
Methods in com.cloudbees.jenkins.plugins.bitbucket that return BitbucketPullRequestModifier and TypeMethodDescriptionfinal BitbucketPullRequestBitbucketSCMSourceRequest.getPullRequestById(Integer id) Retrieves the full details of a pull request.Methods in com.cloudbees.jenkins.plugins.bitbucket that return types with arguments of type BitbucketPullRequestModifier 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.Method parameters in com.cloudbees.jenkins.plugins.bitbucket with type arguments of type BitbucketPullRequestModifier and TypeMethodDescriptionfinal voidBitbucketSCMSourceRequest.setPullRequests(Iterable<BitbucketPullRequest> pullRequests) Provides the requests with the pull request details.Constructors in com.cloudbees.jenkins.plugins.bitbucket with parameters of type BitbucketPullRequestModifierConstructorDescriptionPullRequestSCMHead(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
Methods in com.cloudbees.jenkins.plugins.bitbucket.api that return BitbucketPullRequestModifier and TypeMethodDescriptionBitbucketPullRequestEvent.getPullRequest()BitbucketApi.getPullRequestById(Integer id) Returns a specific pull request.Methods in com.cloudbees.jenkins.plugins.bitbucket.api that return types with arguments of type BitbucketPullRequestModifier and TypeMethodDescriptionList<? extends BitbucketPullRequest>BitbucketApi.getPullRequests()Returns the pull requests in the repository.HasPullRequests.getPullRequests(BitbucketSCMSource src) Methods in com.cloudbees.jenkins.plugins.bitbucket.api with parameters of type BitbucketPullRequestModifier 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
Methods in com.cloudbees.jenkins.plugins.bitbucket.client that return BitbucketPullRequestModifier and TypeMethodDescriptionBitbucketCloudApiClient.getPullRequestById(Integer id) Returns a specific pull request.Methods in com.cloudbees.jenkins.plugins.bitbucket.client with parameters of type BitbucketPullRequestModifier 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
Methods in com.cloudbees.jenkins.plugins.bitbucket.client.events that return BitbucketPullRequest -
Uses of BitbucketPullRequest in com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest
Classes in com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest that implement BitbucketPullRequest -
Uses of BitbucketPullRequest in com.cloudbees.jenkins.plugins.bitbucket.server.client
Methods in com.cloudbees.jenkins.plugins.bitbucket.server.client that return BitbucketPullRequestModifier and TypeMethodDescriptionBitbucketServerAPIClient.getPullRequestById(Integer id) Returns a specific pull request.Methods in com.cloudbees.jenkins.plugins.bitbucket.server.client with parameters of type BitbucketPullRequestModifier 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
Classes in com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest that implement BitbucketPullRequest