Uses of Interface
com.atlassian.bitbucket.scm.bulk.BulkFile
Packages that use BulkFile
- 
Uses of BulkFile in com.atlassian.bitbucket.scm.bulkMethods in com.atlassian.bitbucket.scm.bulk with parameters of type BulkFileModifier and TypeMethodDescriptiondefault BulkContentDispositionFor each added, modified or deleted file, this method is called once with the metadata.voidBulkContentCallback.onFile(BulkFile file, InputStream content) For each file where the content was requested withBulkContentCallback.accept(com.atlassian.bitbucket.scm.bulk.BulkFile), this method is called.