Class SimpleRescopeDetails

java.lang.Object
com.atlassian.bitbucket.pull.SimpleRescopeDetails
All Implemented Interfaces:
RescopeDetails, Serializable

public class SimpleRescopeDetails extends Object implements RescopeDetails, Serializable
Since:
4.5
See Also:
  • Field Details

    • EMPTY

      public static final SimpleRescopeDetails EMPTY
    • DATE_ORDER

      public static final Comparator<Commit> DATE_ORDER
      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.

  • Method Details