| Package | Description |
|---|---|
| com.atlassian.bitbucket.commit | |
| com.atlassian.bitbucket.content | |
| com.atlassian.bitbucket.pull | |
| com.atlassian.bitbucket.scm |
| Modifier and Type | Method and Description |
|---|---|
void |
CommitService.streamDiff(DiffRequest request,
TypeAwareOutputSupplier outputSupplier)
Streams diff output for the specified
request. |
| Modifier and Type | Method and Description |
|---|---|
void |
ContentService.streamArchive(ArchiveRequest request,
TypeAwareOutputSupplier outputSupplier)
Streams an archive of the specified repository at the specified commit, optionally filtering by path.
|
void |
ContentService.streamFile(Repository repository,
String objectId,
String path,
TypeAwareOutputSupplier supplier)
Streams the raw content of the file into an OutputStream obtained from the given TypeAwareOutputSupplier.
|
void |
ContentService.streamPatch(PatchRequest request,
TypeAwareOutputSupplier outputSupplier)
Streams a patch for a given commit or commit range.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PullRequestService.streamDiff(PullRequestDiffRequest request,
TypeAwareOutputSupplier outputSupplier)
Streams a raw diff for a given
PullRequest. |
| Modifier and Type | Method and Description |
|---|---|
Command<Void> |
ScmExtendedCommandFactory.archive(ArchiveCommandParameters parameters,
TypeAwareOutputSupplier outputSupplier)
|
Command<Void> |
ScmCommandFactory.diff(DiffCommandParameters parameters,
TypeAwareOutputSupplier outputSupplier)
Streams a diff between two
commits. |
Command<Void> |
ScmExtendedCommandFactory.patch(PatchCommandParameters parameters,
TypeAwareOutputSupplier outputSupplier)
Streams a patch for a given
commit or commit range. |
Command<Void> |
ScmCommandFactory.rawFile(RawFileCommandParameters parameters,
TypeAwareOutputSupplier outputSupplier)
Streams the raw content of the given file after performing a best effort detection of its
MIME type.
|
Copyright © 2023 Atlassian. All rights reserved.