Class BulkContentContext

java.lang.Object
com.atlassian.bitbucket.scm.bulk.BulkContentContext

public class BulkContentContext extends Object
The context for a bulk content callback that is passed at the start.
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 are be streamed