Uses of Interface
com.atlassian.bitbucket.scm.bulk.BulkFile
Packages that use BulkFile
-
Uses of BulkFile in com.atlassian.bitbucket.scm.bulk
Methods in com.atlassian.bitbucket.scm.bulk with parameters of type BulkFileModifier and TypeMethodDescriptiondefault BulkContentDisposition
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 withBulkContentCallback.accept(com.atlassian.bitbucket.scm.bulk.BulkFile)
, this method is called.