Uses of Class
com.atlassian.bitbucket.scm.pull.PullRequestEffectiveDiff
Packages that use PullRequestEffectiveDiff
-
Uses of PullRequestEffectiveDiff in com.atlassian.bitbucket.scm.pull
Methods 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 aChangeContext
from these parameters using the hashes from thecurrent effective diff
.PullRequestDiffCommandParameters.toContext
(PullRequestEffectiveDiff effectiveDiff) Assembles aDiffContext
from these parameters using the hashes from thecurrent effective diff
.