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 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
Methods inherited from class com.atlassian.bitbucket.util.AbstractSummary
getResult
-
Method Details
-
isTruncated
public boolean isTruncated()- Returns:
true
if one or morechanges
were not streamed due to internal hard limits on the number of changes callbacks can receive; otherwise,false
if all changes were streamed
-