Uses of Class
com.atlassian.bitbucket.scm.git.pull.PullRequestRebaseRequest
Packages that use PullRequestRebaseRequest
-
Uses of PullRequestRebaseRequest in com.atlassian.bitbucket.scm.git.pull
Methods in com.atlassian.bitbucket.scm.git.pull that return PullRequestRebaseRequestMethods in com.atlassian.bitbucket.scm.git.pull with parameters of type PullRequestRebaseRequestModifier and TypeMethodDescriptionOptional<com.atlassian.bitbucket.repository.RefChange>GitPullRequestService.rebase(PullRequestRebaseRequest request) Rebases apull request, updating the"from" refwith new commits starting from the"to" ref.