Class BulkContentCommandParameters


public class BulkContentCommandParameters extends AbstractCommandParameters
Since:
4.2
  • Method Details

    • getSinceCommitId

      @Nonnull public Optional<String> getSinceCommitId()
      Returns:
      optional ID of the "since" commit; if specified only contents that changed since that commit ID are streamed, otherwise all contents are streamed
    • getUntilCommitId

      @Nonnull public String getUntilCommitId()
      Returns:
      ID of the commit whose file contents should be streamed