Uses of Class
com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest.BitbucketServerPullRequest
Packages that use BitbucketServerPullRequest
Package
Description
-
Uses of BitbucketServerPullRequest in com.cloudbees.jenkins.plugins.bitbucket.server.client
Methods in com.cloudbees.jenkins.plugins.bitbucket.server.client that return types with arguments of type BitbucketServerPullRequestModifier and TypeMethodDescriptionBitbucketServerAPIClient.getIncomingOpenPullRequests(String toRef) BitbucketServerAPIClient.getOutgoingOpenPullRequests(String fromRef) BitbucketServerAPIClient.getPullRequests()Returns the pull requests in the repository. -
Uses of BitbucketServerPullRequest in com.cloudbees.jenkins.plugins.bitbucket.server.events
Methods in com.cloudbees.jenkins.plugins.bitbucket.server.events that return BitbucketServerPullRequestModifier and TypeMethodDescriptionBitbucketServerPullRequestEvent.getPullRequest()NativeServerPullRequestEvent.getPullRequest()Methods in com.cloudbees.jenkins.plugins.bitbucket.server.events with parameters of type BitbucketServerPullRequestModifier and TypeMethodDescriptionvoidBitbucketServerPullRequestEvent.setPullRequest(BitbucketServerPullRequest pullRequest)