Package com.atlassian.bitbucket.scm.pull
Class PullRequestCommitsCommandParameters.Builder
java.lang.Object
com.atlassian.bitbucket.scm.pull.PullRequestCommitsCommandParameters.Builder
- Enclosing class:
- PullRequestCommitsCommandParameters
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
maxMessageLength
(int value) withMessages
(boolean value)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
-
maxMessageLength
- Parameters:
value
- the maximum length for included commit messages, where0
omits messages entirely and-1
includes the full message regardless of length- Returns:
this
-
withMessages
- Parameters:
value
-true
to include commit messages in the output, up to the specifiedmaximum length
; otherwise,false
to omit messages entirely- Returns:
this
-