Class DiffStatsSummaryCommandParameters


public class DiffStatsSummaryCommandParameters extends AbstractDiffStatsSummaryCommandParameters
Parameters describing the two commits to diff, and additional settings for controlling the shape and content of the diff stats summary
Since:
9.1
  • Method Details

    • getSecondaryRepository

      @Nullable public Repository getSecondaryRepository()
      Retrieves the secondary repository from which to generate the diff. Commits in this repository may only be identified by hash. Any branch or tag names used will always be resolved using the primary repository.
      Returns:
      a secondary repository from which to generate the diff
    • getSinceId

      @Nullable public String getSinceId()
      Returns:
      the "since" commit for the diff or null for the untilId's parent
    • getUntilId

      @Nonnull public String getUntilId()
      Returns:
      the "until" commit for the diff