Class DiffSummary

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

public class DiffSummary extends AbstractSummary
  • 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.