public class

BulkContentContext

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

Class Overview

The context for a bulk content callback that is passed at the start.

Summary

Nested Classes
class BulkContentContext.Builder  
Public Methods
@Nonnull Optional<String> getSinceCommitId()
@Nonnull String getUntilCommitId()
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

@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

@Nonnull public String getUntilCommitId ()

Returns
  • ID of the commit whose file contents are be streamed