Package | Description |
---|---|
com.atlassian.bitbucket.content | |
com.atlassian.bitbucket.scm |
Modifier and Type | Class and Description |
---|---|
class |
AbstractContentTreeCallback
Convenience implementation of
ContentTreeCallback that provides no-op implementations for all methods. |
Modifier and Type | Method and Description |
---|---|
void |
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 provided
callback . |
Modifier and Type | Method and Description |
---|---|
Command<Void> |
ScmCommandFactory.directory(DirectoryCommandParameters parameters,
ContentTreeCallback callback,
PageRequest pageRequest)
Streams the
tree nodes (files, subdirectories and submodules) in the specified
directory . |
Copyright © 2022 Atlassian. All rights reserved.