public class ChangesetsCommandParameters extends AbstractCommandParameters
Modifier and Type | Class and Description |
---|---|
static class |
ChangesetsCommandParameters.Builder |
Modifier and Type | Field and Description |
---|---|
static int |
UNLIMITED_MESSAGE_LENGTH |
NOT_BLANK
Modifier and Type | Method and Description |
---|---|
Set<String> |
getCommitIds() |
int |
getMaxChangesPerCommit() |
int |
getMaxMessageLength() |
boolean |
isIgnoreMissing() |
addIf, addIf, addIf, addIf, addIf, addIf, checkNotBlank, requireNonBlank
public static final int UNLIMITED_MESSAGE_LENGTH
public int getMaxChangesPerCommit()
public int getMaxMessageLength()
public boolean isIgnoreMissing()
true
if missing commits should be ignored; otherwise, false
to throw a
NoSuchCommitException
for missing commitsCopyright © 2022 Atlassian. All rights reserved.