Uses of Class
com.atlassian.bitbucket.content.DiffContext
Package
Description
-
Uses of DiffContext in com.atlassian.bitbucket.content
Modifier and TypeMethodDescriptionvoid
AbstractDiffContentCallback.onStart
(DiffContext context) void
DiffContentCallback.onStart
(DiffContext context) Called before the firstDiffContentCallback.onDiffStart(Path, Path)
. -
Uses of DiffContext in com.atlassian.bitbucket.scm
Modifier and TypeMethodDescriptionprotected DiffContext
AbstractDiffCommandParameters.toContext
(DiffContext.Builder builder) Appends common attributes to the providedDiffContext.Builder
before building it and returning the finalDiffContext
.DiffCommandParameters.toContext()
Assembles aDiffContext
from these parameters. -
Uses of DiffContext in com.atlassian.bitbucket.scm.compare
Modifier and TypeMethodDescriptionCompareDiffCommandParameters.toContext
(CompareRequest compareRequest, String mergeBase) -
Uses of DiffContext in com.atlassian.bitbucket.scm.pull
Modifier and TypeMethodDescriptionPullRequestDiffCommandParameters.toContext
(PullRequestEffectiveDiff effectiveDiff) Assembles aDiffContext
from these parameters using the hashes from thecurrent effective diff
.