public abstract static class AbstractDiffCommandParameters.AbstractBuilder<B extends AbstractDiffCommandParameters.AbstractBuilder<B>> extends Object
Constructor and Description |
---|
AbstractBuilder() |
Modifier and Type | Method and Description |
---|---|
B |
contextLines(int value) |
B |
defaultContextLines() |
B |
maxLineLength(int value) |
B |
maxLines(int value) |
B |
path(String value) |
B |
paths(Iterable<String> values) |
B |
paths(String value,
String... values) |
B |
secondaryRepository(Repository value) |
protected abstract B |
self() |
B |
whitespace(DiffWhitespace value) |
@Nonnull public B secondaryRepository(@Nullable Repository value)
value
- the secondary repository from which to generate the diffthis
@Nonnull public B whitespace(@Nonnull DiffWhitespace value)
value
- whitespace mode for showing diffthis
Copyright © 2022 Atlassian. All rights reserved.