Uses of Class
com.atlassian.bitbucket.content.DiffContext.Builder
Packages that use DiffContext.Builder
-
Uses of DiffContext.Builder in com.atlassian.bitbucket.content
Methods in com.atlassian.bitbucket.content that return DiffContext.BuilderModifier and TypeMethodDescriptionDiffContext.Builder.contextLines
(int value) DiffContext.Builder.maxLineLength
(int value) DiffContext.Builder.maxLines
(int value) DiffContext.Builder.whitespace
(DiffWhitespace value) -
Uses of DiffContext.Builder in com.atlassian.bitbucket.scm
Methods in com.atlassian.bitbucket.scm with parameters of type DiffContext.BuilderModifier and TypeMethodDescriptionprotected DiffContext
AbstractDiffCommandParameters.toContext
(DiffContext.Builder builder) Appends common attributes to the providedDiffContext.Builder
before building it and returning the finalDiffContext
.