java.lang.Object | |
↳ | com.atlassian.bitbucket.pull.SimpleRescopeDetails |
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
SimpleRescopeDetails.Builder |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DATE_ORDER | Orders commits in reverse chronological order, by descending author
timestamp . |
||||||||||
EMPTY |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.atlassian.bitbucket.pull.RescopeDetails
|
Orders commits in reverse chronological order, by descending author
timestamp
.
Note: This does not match the date ordering used by git rev-list
, which is reverse chronological
order by committer timestamp, not author. The two are usually the same, but rebase-heavy workflows
may result in rescope activities showing commits in a different order than the "Commits" tab.