Uses of Class
com.atlassian.bitbucket.content.DiffContext.Builder
Packages that use DiffContext.Builder
- 
Uses of DiffContext.Builder in com.atlassian.bitbucket.contentMethods 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.scmMethods in com.atlassian.bitbucket.scm with parameters of type DiffContext.BuilderModifier and TypeMethodDescriptionprotected DiffContextAbstractDiffCommandParameters.toContext(DiffContext.Builder builder) Appends common attributes to the providedDiffContext.Builderbefore building it and returning the finalDiffContext.