Uses of Class
com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest.BitbucketServerPullRequest
Package
Description
-
Uses of BitbucketServerPullRequest in com.cloudbees.jenkins.plugins.bitbucket.server.client
Modifier 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
Modifier and TypeMethodDescriptionBitbucketServerPullRequestEvent.getPullRequest()
NativeServerPullRequestEvent.getPullRequest()
Modifier and TypeMethodDescriptionvoid
BitbucketServerPullRequestEvent.setPullRequest
(BitbucketServerPullRequest pullRequest)