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
ref that has been requested to be merged. |
long |
getId()
Retrieves the pull request's ID, relative to the
target repository. |
com.atlassian.bitbucket.pull.PullRequestRef |
getToRef()
Retrieves the
ref targeted 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 © 2022 Atlassian. All rights reserved.