Uses of Interface
com.atlassian.bitbucket.scm.pull.PullRequestRescope
-
Uses of PullRequestRescope in com.atlassian.bitbucket.scm.pull
Modifier and TypeMethodDescriptionvoid
BulkRescopeContext.decline
(PullRequestRescope rescope) Marks the rescope asdeclining
the associated pull request.void
BulkRescopeContext.merge
(PullRequestRescope rescope, String mergeHash) Marks the rescope asremotely merging
the associated pull request.void
BulkRescopeContext.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'sfrom
andto
refs.