public static class DiffCommandParameters.Builder extends AbstractDiffCommandParameters.AbstractBuilder<DiffCommandParameters.Builder>
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
DiffCommandParameters |
build() |
protected DiffCommandParameters.Builder |
self() |
DiffCommandParameters.Builder |
sinceId(String value) |
DiffCommandParameters.Builder |
untilId(String value) |
contextLines, defaultContextLines, maxLineLength, maxLines, path, paths, paths, secondaryRepository, whitespace@Nonnull public DiffCommandParameters build()
@Nonnull public DiffCommandParameters.Builder sinceId(@Nullable String value)
@Nonnull public DiffCommandParameters.Builder untilId(@Nonnull String value)
@Nonnull protected DiffCommandParameters.Builder self()
self in class AbstractDiffCommandParameters.AbstractBuilder<DiffCommandParameters.Builder>Copyright © 2019 Atlassian. All rights reserved.