com.atlassian.bitbucket.scm.bulk.ScmBulkContentCommandFactory |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Streams commits from one or more repositories, providing a set of matching repositories for each.
| |||||||||||
Stream commits from one or more repositories, traversed in topological order.
|
Streams commits from one or more repositories, providing a set of matching repositories for each.
Due to the bulk nature of this method, it is required that full IDs
be used to
identify the commits to be streamed. Short IDs, including display IDs
, will
not work.
parameters | parameters describing the commits to stream |
---|---|
callback | a callback to receive the requested commits |
called
, will stream commits to the provided callbackparameters | parameters describing the content to stream |
---|---|
callback | a callback to receive the content |
called
, will stream content to the provided callback
Stream commits from one or more repositories, traversed in topological order.
parameters | parameters describing commits to include in the traversal |
---|---|
callback | the callback to receive the streamed commits |
called
, will stream a topological traversal of the specified
commits