Package com.atlassian.bitbucket.content
Class SimpleDiffStatsSummary
java.lang.Object
com.atlassian.bitbucket.content.SimpleDiffStatsSummary
- All Implemented Interfaces:
DiffStatsSummary
Simple implementation of
DiffStatsSummary.- Since:
- 9.1
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionlonglonglong
-
Method Details
-
getFilesChanged
public long getFilesChanged()- Specified by:
getFilesChangedin interfaceDiffStatsSummary- Returns:
- the number of files changed
-
getTotalDeletions
public long getTotalDeletions()- Specified by:
getTotalDeletionsin interfaceDiffStatsSummary- Returns:
- the total number of lines deleted
-
getTotalInsertions
public long getTotalInsertions()- Specified by:
getTotalInsertionsin interfaceDiffStatsSummary- Returns:
- the total number of lines inserted
-