Class DiffContext

java.lang.Object
com.atlassian.bitbucket.content.DiffContext

public class DiffContext extends Object
  • Method Details

    • getContextLines

      public int getContextLines()
    • getFromHash

      @Nullable public String getFromHash()
    • getMaxLineLength

      public int getMaxLineLength()
    • getMaxLines

      public int getMaxLines()
    • getToHash

      @Nonnull public String getToHash()
    • getWhitespace

      @Nonnull public DiffWhitespace getWhitespace()