Uses of Class
com.atlassian.bitbucket.pull.PullRequestDiffRequest
Packages that use PullRequestDiffRequest
-
Uses of PullRequestDiffRequest in com.atlassian.bitbucket.pull
Methods in com.atlassian.bitbucket.pull that return PullRequestDiffRequestMethods in com.atlassian.bitbucket.pull with parameters of type PullRequestDiffRequestModifier and TypeMethodDescriptionvoid
PullRequestService.streamDiff
(PullRequestDiffRequest request, DiffContentCallback callback) Streams theDiff
for the specified filepath
within thePullRequest
to the providedDiffContentCallback
.void
PullRequestService.streamDiff
(PullRequestDiffRequest request, TypeAwareOutputSupplier outputSupplier) Streams a raw diff for a givenPullRequest
.Constructors in com.atlassian.bitbucket.pull with parameters of type PullRequestDiffRequest