Uses of Interface
com.atlassian.bitbucket.content.ContentTreeCallback
-
Uses of ContentTreeCallback in com.atlassian.bitbucket.content
Modifier and TypeClassDescriptionclass
Convenience implementation ofContentTreeCallback
that provides no-op implementations for all methods.Modifier and TypeMethodDescriptionvoid
ContentService.streamDirectory
(Repository repository, String objectId, String path, boolean recursive, ContentTreeCallback callback, PageRequest pageRequest) Performs a directory listing for the specified objectId+path from the specified repository, streaming the results to the providedcallback
. -
Uses of ContentTreeCallback in com.atlassian.bitbucket.scm
Modifier and TypeMethodDescriptionScmCommandFactory.directory
(DirectoryCommandParameters parameters, ContentTreeCallback callback, PageRequest pageRequest) Streams thetree nodes
(files, subdirectories and submodules) in the specifieddirectory
.