public class AbstractCommitCommandParameters extends AbstractCommandParameters
CommandParameters
classes for commands which operate on a specific commit,
optionally qualified to a specific path.
What the commit
and path
mean to the end command may vary widely.
Derived classes will document those meanings. Extending from this base class implies no contract beyond that:
Modifier and Type | Class and Description |
---|---|
static class |
AbstractCommitCommandParameters.AbstractCommitParametersBuilder<B extends AbstractCommitCommandParameters.AbstractCommitParametersBuilder<B>> |
NOT_BLANK
Modifier | Constructor and Description |
---|---|
protected |
AbstractCommitCommandParameters(AbstractCommitCommandParameters.AbstractCommitParametersBuilder<?> builder) |
Modifier and Type | Method and Description |
---|---|
String |
getCommitId() |
String |
getPath() |
boolean |
hasPath() |
addIf, addIf, addIf, addIf, addIf, addIf, checkNotBlank, requireNonBlank
protected AbstractCommitCommandParameters(AbstractCommitCommandParameters.AbstractCommitParametersBuilder<?> builder)
Copyright © 2019 Atlassian. All rights reserved.