public class CommitCommandParameters extends AbstractCommitCommandParameters
Modifier and Type | Class and Description |
---|---|
static class |
CommitCommandParameters.Builder |
AbstractCommitCommandParameters.AbstractCommitParametersBuilder<B extends AbstractCommitCommandParameters.AbstractCommitParametersBuilder<B>>
NOT_BLANK
Modifier and Type | Method and Description |
---|---|
int |
getMaxMessageLength() |
getCommitId, getPath, hasPath
addIf, addIf, addIf, addIf, addIf, addIf, checkNotBlank, requireNonBlank
public int getMaxMessageLength()
commit message
, which may be 0
to omit the message entirely or -1 to include the full message regardless of lengthCopyright © 2019 Atlassian. All rights reserved.