public class DiffCommandParameters extends AbstractDiffCommandParameters
Modifier and Type | Class and Description |
---|---|
static class |
DiffCommandParameters.Builder |
AbstractDiffCommandParameters.AbstractBuilder<B extends AbstractDiffCommandParameters.AbstractBuilder<B>>
DEFAULT_CONTEXT_LINES
NOT_BLANK
Modifier and Type | Method and Description |
---|---|
String |
getSinceId() |
String |
getUntilId() |
DiffContext |
toContext()
Assembles a
DiffContext from these parameters. |
getContextLines, getMaxLineLength, getMaxLines, getPaths, getSecondaryRepository, getWhitespace, hasContextLines, hasPaths, toContext
addIf, addIf, addIf, addIf, addIf, addIf, checkNotBlank, requireNonBlank
@Nonnull public DiffContext toContext()
DiffContext
from these parameters.DiffContext
describing these parametersCopyright © 2021 Atlassian. All rights reserved.