Interface DiffStatsSummary

All Known Implementing Classes:
SimpleDiffStatsSummary

public interface DiffStatsSummary
Statistics summary for a diff.
Since:
9.1
  • Method Details

    • getFilesChanged

      long getFilesChanged()
      Returns:
      the number of files changed
    • getTotalDeletions

      long getTotalDeletions()
      Returns:
      the total number of lines deleted
    • getTotalInsertions

      long getTotalInsertions()
      Returns:
      the total number of lines inserted