Uses of Interface
com.atlassian.bitbucket.content.FileContentCallback
Packages that use FileContentCallback
-
Uses of FileContentCallback in com.atlassian.bitbucket.content
Classes in com.atlassian.bitbucket.content that implement FileContentCallbackMethods in com.atlassian.bitbucket.content with parameters of type FileContentCallbackModifier and TypeMethodDescriptionvoidContentService.streamFile(Repository repository, String objectId, String path, PageRequest pageRequest, boolean withBlame, FileContentCallback fileContentCallback) -
Uses of FileContentCallback in com.atlassian.bitbucket.scm
Methods in com.atlassian.bitbucket.scm with parameters of type FileContentCallbackModifier and TypeMethodDescriptionScmCommandFactory.file(FileCommandParameters parameters, FileContentCallback callback, PageRequest pageRequest) Streams the contents of thespecified file.