Uses of Interface
com.atlassian.bitbucket.content.ContentTreeCallback
Packages that use ContentTreeCallback
-
Uses of ContentTreeCallback in com.atlassian.bitbucket.content
Classes in com.atlassian.bitbucket.content that implement ContentTreeCallbackModifier and TypeClassDescriptionclassConvenience implementation ofContentTreeCallbackthat provides no-op implementations for all methods.Methods in com.atlassian.bitbucket.content with parameters of type ContentTreeCallbackModifier and TypeMethodDescriptionvoidContentService.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
Methods in com.atlassian.bitbucket.scm with parameters of type ContentTreeCallbackModifier and TypeMethodDescriptionScmCommandFactory.directory(DirectoryCommandParameters parameters, ContentTreeCallback callback, PageRequest pageRequest) Streams thetree nodes(files, subdirectories and submodules) in the specifieddirectory.