Uses of Interface
com.atlassian.bitbucket.scm.pull.PullRequestRescope
Packages that use PullRequestRescope
- 
Uses of PullRequestRescope in com.atlassian.bitbucket.scm.pullMethods in com.atlassian.bitbucket.scm.pull with parameters of type PullRequestRescopeModifier and TypeMethodDescriptionvoidBulkRescopeContext.decline(PullRequestRescope rescope) Marks the rescope asdecliningthe associated pull request.voidBulkRescopeContext.merge(PullRequestRescope rescope, String mergeHash) Marks the rescope asremotely mergingthe associated pull request.voidBulkRescopeContext.update(PullRequestRescope rescope, com.atlassian.bitbucket.pull.RescopeDetails addedCommits, com.atlassian.bitbucket.pull.RescopeDetails removedCommits) Marks the rescope as updating one or both of the associated pull request'sfromandtorefs.