Uses of Class
com.atlassian.bitbucket.content.DiffContext
Packages that use DiffContext
Package
Description
-
Uses of DiffContext in com.atlassian.bitbucket.content
Methods in com.atlassian.bitbucket.content that return DiffContextMethods in com.atlassian.bitbucket.content with parameters of type DiffContextModifier 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
Methods in com.atlassian.bitbucket.scm that return DiffContextModifier 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
Methods in com.atlassian.bitbucket.scm.compare that return DiffContextModifier and TypeMethodDescriptionCompareDiffCommandParameters.toContext
(CompareRequest compareRequest, String mergeBase) -
Uses of DiffContext in com.atlassian.bitbucket.scm.pull
Methods in com.atlassian.bitbucket.scm.pull that return DiffContextModifier and TypeMethodDescriptionPullRequestDiffCommandParameters.toContext
(PullRequestEffectiveDiff effectiveDiff) Assembles aDiffContext
from these parameters using the hashes from thecurrent effective diff
.