Class PullRequestDiffStatsSummaryRequest

java.lang.Object
com.atlassian.bitbucket.pull.AbstractPullRequestRequest
com.atlassian.bitbucket.pull.PullRequestDiffStatsSummaryRequest

public class PullRequestDiffStatsSummaryRequest extends AbstractPullRequestRequest
Request object used for retrieving the diff stats summary of a pull request.
Since:
9.1
See Also:
  • Method Details

    • getPath

      @Nullable public String getPath()
      Returns:
      path that limits the diff to include only the specified one
    • getSinceId

      @Nullable public String getSinceId()
      Returns:
      the "since" commit for the diff requested
    • getSrcPath

      @Nullable public String getSrcPath()
      Returns:
      the source path for the file, if it was copied, moved or renamed
    • getUntilId

      @Nullable public String getUntilId()
      Returns:
      the "until" commit for the diff requested
    • getWhitespace

      @Nonnull public DiffWhitespace getWhitespace()
      Returns:
      flag to potentially ignore whitespace