Package com.atlassian.bitbucket.content
Class DiffSummary
java.lang.Object
com.atlassian.bitbucket.util.AbstractSummary
com.atlassian.bitbucket.content.DiffSummary
-
Nested Class Summary
Nested classes/interfaces inherited from class com.atlassian.bitbucket.util.AbstractSummary
AbstractSummary.AbstractBuilder<B extends AbstractSummary.AbstractBuilder<B,
S>, S extends AbstractSummary> -
Method Summary
Modifier and TypeMethodDescriptionboolean
This is to indicate that some sort of truncation has taken place.Methods inherited from class com.atlassian.bitbucket.util.AbstractSummary
getResult
-
Method Details
-
isTruncated
public boolean isTruncated()This is to indicate that some sort of truncation has taken place. Previously if a truncation has taken place at the exact boundary of a diff there was no way of reporting back to the client that truncation has taken place.- Returns:
- true if the diff was truncated in any way.
-