public static class PullRequestCommitsCommandParameters.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
PullRequestCommitsCommandParameters |
build() |
PullRequestCommitsCommandParameters.Builder |
maxMessageLength(int value) |
PullRequestCommitsCommandParameters.Builder |
withMessages(boolean value) |
@Nonnull public PullRequestCommitsCommandParameters build()
@Nonnull public PullRequestCommitsCommandParameters.Builder maxMessageLength(int value)
value
- the maximum length for included commit messages, where 0
omits messages entirely
and -1
includes the full message regardless of lengththis
@Nonnull public PullRequestCommitsCommandParameters.Builder withMessages(boolean value)
value
- true
to include commit messages in the output, up to the specified
maximum length
; otherwise, false
to
omit messages entirelythis
Copyright © 2019 Atlassian. All rights reserved.