Package | Description |
---|---|
com.atlassian.bitbucket.scm.bulk |
Modifier and Type | Method and Description |
---|---|
default BulkContentDisposition |
BulkContentCallback.accept(BulkFile file)
For each added, modified or deleted file, this method is called once with the metadata.
|
void |
BulkContentCallback.onFile(BulkFile file,
InputStream content)
For each file where the content was requested with
BulkContentCallback.accept(com.atlassian.bitbucket.scm.bulk.BulkFile) , this method is called. |
Copyright © 2021 Atlassian. All rights reserved.