| java.lang.Object | |
| ↳ | com.atlassian.bitbucket.pull.PullRequestRescopeAnalyzer |
This class is deprecated.
in 4.7 for removal in 5.0. Replaced by the more efficient BulkPullRequestRescopeAnalyzer
Helper class that calculates how a PullRequestRescope rescope changes its target pull request.
The analyzer expects to receive all commits that are reachable from the oldFrom, oldTo, newFrom and newTo commits,
but are not reachable from their common ancestor on the onCommit(String, Collection) method. It expects to
receive these commits in topological order: no commit is received before any of its children.
The onCommit(String, Collection) method may be called with any other commits; these are ignored.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||