Uses of Interface
com.atlassian.bitbucket.scm.pull.PullRequestRescope
Packages that use PullRequestRescope
-
Uses of PullRequestRescope in com.atlassian.bitbucket.scm.pull
Methods in com.atlassian.bitbucket.scm.pull with parameters of type PullRequestRescopeModifier 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.