Uses of Class
com.atlassian.bitbucket.scm.pull.PullRequestEffectiveDiff
Packages that use PullRequestEffectiveDiff
- 
Uses of PullRequestEffectiveDiff in com.atlassian.bitbucket.scm.pullMethods in com.atlassian.bitbucket.scm.pull that return types with arguments of type PullRequestEffectiveDiffModifier and TypeMethodDescriptionScmPullRequestCommandFactory.effectiveDiff()Retrieves the effective diff for the pull request.Methods in com.atlassian.bitbucket.scm.pull with parameters of type PullRequestEffectiveDiffModifier and TypeMethodDescriptionPullRequestChangesCommandParameters.toContext(PullRequestEffectiveDiff effectiveDiff) Assembles aChangeContextfrom these parameters using the hashes from thecurrent effective diff.PullRequestDiffCommandParameters.toContext(PullRequestEffectiveDiff effectiveDiff) Assembles aDiffContextfrom these parameters using the hashes from thecurrent effective diff.