public class PullRequestCommitsCommandParameters extends AbstractCommandParameters
Modifier and Type | Class and Description |
---|---|
static class |
PullRequestCommitsCommandParameters.Builder |
NOT_BLANK
Modifier and Type | Method and Description |
---|---|
int |
getMaxMessageLength() |
boolean |
isWithMessages() |
addIf, addIf, addIf, addIf, addIf, addIf, checkNotBlank, requireNonBlank
public int getMaxMessageLength()
commit messages
; if set, messages
longer than this will be truncated; -1 indicates unlimited message lengthpublic boolean isWithMessages()
true
if commit messages should be included; otherwise, false
if they should be omittedCopyright © 2019 Atlassian. All rights reserved.