Interface RefChangeDetails

All Known Implementing Classes:
SimpleRefChangeDetails

public interface RefChangeDetails
Since:
5.10
  • Method Details

    • getCommits

      @Nonnull List<Commit> getCommits()
      Returns a list of commits associated with this RefChangeDetails. This may not contain every associated commit. Use getTotal() to get the total number of commits.
      Returns:
      commits associated with this RefChangeDetails
    • getTotal

      int getTotal()
      Returns the total number of commits associated with this RefChangeDetails. This may be larger than the size of getCommits().
      Returns:
      the total number of commits associated with this RefChangeDetails