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 TypeMethodDescriptionvoidAbstractDiffContentCallback.onStart(DiffContext context) voidDiffContentCallback.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 DiffContextAbstractDiffCommandParameters.toContext(DiffContext.Builder builder) Appends common attributes to the providedDiffContext.Builderbefore building it and returning the finalDiffContext.DiffCommandParameters.toContext()Assembles aDiffContextfrom 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 aDiffContextfrom these parameters using the hashes from thecurrent effective diff.