Package com.atlassian.bitbucket.content
Class ChangeSummary
java.lang.Object
com.atlassian.bitbucket.util.AbstractSummary
com.atlassian.bitbucket.content.ChangeSummary
Summarizes 
changes which have been streamed to a ChangeCallback.- 
Nested Class SummaryNested ClassesNested classes/interfaces inherited from class com.atlassian.bitbucket.util.AbstractSummaryAbstractSummary.AbstractBuilder<B extends AbstractSummary.AbstractBuilder<B,S>, S extends AbstractSummary> 
- 
Method SummaryMethods inherited from class com.atlassian.bitbucket.util.AbstractSummarygetResult
- 
Method Details- 
isTruncatedpublic boolean isTruncated()- Returns:
- trueif one or more- changeswere not streamed due to internal hard limits on the number of changes callbacks can receive; otherwise,- falseif all changes were streamed
 
 
-