public class

DiffSummary

extends AbstractSummary
java.lang.Object
   ↳ com.atlassian.bitbucket.util.AbstractSummary
     ↳ com.atlassian.bitbucket.content.DiffSummary

Summary

Nested Classes
class DiffSummary.Builder  
Public Methods
boolean isTruncated()
This is to indicate that some sort of truncation has taken place.
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.util.AbstractSummary
From class java.lang.Object

Public Methods

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.