public class PullRequestRebaseRequest
extends com.atlassian.bitbucket.pull.AbstractPullRequestRequest
rebase a PullRequest.| Modifier and Type | Class and Description | 
|---|---|
| static class  | PullRequestRebaseRequest.Builder | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getVersion()Retrieves the expected  versionfor the pull request. | 
public int getVersion()
version for the pull request. If the pull request's
 actual version does not match, a PullRequestOutOfDateException will be thrown to indicate that the
 rebase was requested on stale data.Copyright © 2019 Atlassian. All rights reserved.