Package com.atlassian.bitbucket.scm.bulk
Class BulkContentCommandParameters
java.lang.Object
com.atlassian.bitbucket.util.BuilderSupport
com.atlassian.bitbucket.scm.AbstractCommandParameters
com.atlassian.bitbucket.scm.bulk.BulkContentCommandParameters
Parameters for
ScmBulkContentCommandFactory.contents(com.atlassian.bitbucket.scm.bulk.BulkContentCommandParameters, com.atlassian.bitbucket.scm.bulk.BulkContentCallback)
call.- Since:
- 4.2
-
Nested Class Summary
-
Field Summary
Fields inherited from class com.atlassian.bitbucket.util.BuilderSupport
NOT_BLANK
-
Method Summary
Methods inherited from class com.atlassian.bitbucket.util.BuilderSupport
addIf, addIf, addIf, addIf, addIf, addIf, checkNotBlank, requireNonBlank
-
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 should be streamed
-