Package com.atlassian.bitbucket.scm
Class AbstractDiffCommandParameters.AbstractBuilder<B extends AbstractDiffCommandParameters.AbstractBuilder<B>>
java.lang.Object
com.atlassian.bitbucket.scm.AbstractDiffCommandParameters.AbstractBuilder<B>
- Direct Known Subclasses:
CompareDiffCommandParameters.Builder,DiffCommandParameters.Builder,PullRequestDiffCommandParameters.Builder
- Enclosing class:
- AbstractDiffCommandParameters
public abstract static class AbstractDiffCommandParameters.AbstractBuilder<B extends AbstractDiffCommandParameters.AbstractBuilder<B>>
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncontextLines(int value) maxLineLength(int value) maxLines(int value) secondaryRepository(Repository value) protected abstract Bself()whitespace(DiffWhitespace value)
-
Constructor Details
-
AbstractBuilder
public AbstractBuilder()
-
-
Method Details
-
contextLines
-
defaultContextLines
-
maxLineLength
-
maxLines
-
path
-
paths
-
paths
-
secondaryRepository
- Parameters:
value- the secondary repository from which to generate the diff- Returns:
this- Since:
- 6.7
-
whitespace
- Parameters:
value- whitespace mode for showing diff- Returns:
this
-
self
-