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
-
Method Summary
Modifier and TypeMethodDescriptionlong
long
long
-
Method Details
-
getFilesChanged
public long getFilesChanged()- Specified by:
getFilesChanged
in interfaceDiffStatsSummary
- Returns:
- the number of files changed
-
getTotalDeletions
public long getTotalDeletions()- Specified by:
getTotalDeletions
in interfaceDiffStatsSummary
- Returns:
- the total number of lines deleted
-
getTotalInsertions
public long getTotalInsertions()- Specified by:
getTotalInsertions
in interfaceDiffStatsSummary
- Returns:
- the total number of lines inserted
-