Package com.atlassian.bitbucket.scm.bulk
Class BulkContentContext
java.lang.Object
com.atlassian.bitbucket.scm.bulk.BulkContentContext
The context for a bulk content callback that is passed at the start.
- Since:
- 4.2
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
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
- Returns:
- ID of the commit whose file contents are be streamed
-