public interface MinimalPullRequest
pull request, providing only the ID, version and
 refs.| Modifier and Type | Method and Description | 
|---|---|
| com.atlassian.bitbucket.pull.PullRequestRef | getFromRef()Retrieves the  refthat has been requested to be merged. | 
| long | getId()Retrieves the pull request's ID, relative to the  targetrepository. | 
| com.atlassian.bitbucket.pull.PullRequestRef | getToRef()Retrieves the  reftargeted for the merge, if the pull request is accepted. | 
| int | getVersion()Retrieves the pull request's current version. | 
@Nonnull com.atlassian.bitbucket.pull.PullRequestRef getFromRef()
ref that has been requested to be merged.long getId()
target repository.@Nonnull com.atlassian.bitbucket.pull.PullRequestRef getToRef()
ref targeted for the merge, if the pull request is accepted.int getVersion()
Copyright © 2024 Atlassian. All rights reserved.