Uses of Interface
com.atlassian.bitbucket.io.TypeAwareOutputSupplier
Packages that use TypeAwareOutputSupplier
Package
Description
-
Uses of TypeAwareOutputSupplier in com.atlassian.bitbucket.commit
Methods in com.atlassian.bitbucket.commit with parameters of type TypeAwareOutputSupplierModifier and TypeMethodDescriptionvoidCommitService.streamDiff(DiffRequest request, TypeAwareOutputSupplier outputSupplier) Streams diff output for the specifiedrequest. -
Uses of TypeAwareOutputSupplier in com.atlassian.bitbucket.content
Methods in com.atlassian.bitbucket.content with parameters of type TypeAwareOutputSupplierModifier and TypeMethodDescriptionvoidContentService.streamArchive(ArchiveRequest request, TypeAwareOutputSupplier outputSupplier) Streams an archive of the specified repository at the specified commit, optionally filtering by path.voidContentService.streamFile(Repository repository, String objectId, String path, TypeAwareOutputSupplier supplier) Streams the raw content of the file into an OutputStream obtained from the given TypeAwareOutputSupplier.voidContentService.streamPatch(PatchRequest request, TypeAwareOutputSupplier outputSupplier) Streams a patch for a given commit or commit range. -
Uses of TypeAwareOutputSupplier in com.atlassian.bitbucket.pull
Methods in com.atlassian.bitbucket.pull with parameters of type TypeAwareOutputSupplierModifier and TypeMethodDescriptionvoidPullRequestService.streamDiff(PullRequestDiffRequest request, TypeAwareOutputSupplier outputSupplier) Streams a raw diff for a givenPullRequest. -
Uses of TypeAwareOutputSupplier in com.atlassian.bitbucket.scm
Methods in com.atlassian.bitbucket.scm with parameters of type TypeAwareOutputSupplierModifier and TypeMethodDescriptionScmExtendedCommandFactory.archive(ArchiveCommandParameters parameters, TypeAwareOutputSupplier outputSupplier) ScmCommandFactory.diff(DiffCommandParameters parameters, TypeAwareOutputSupplier outputSupplier) Streams a diff between twocommits.ScmExtendedCommandFactory.patch(PatchCommandParameters parameters, TypeAwareOutputSupplier outputSupplier) Streams a patch for a givencommitor commit range.ScmCommandFactory.rawFile(RawFileCommandParameters parameters, TypeAwareOutputSupplier outputSupplier) Streams the raw content of the given file after performing a best effort detection of its MIME type.