Package com.atlassian.bitbucket.scm.pull
Class PullRequestCommitsCommandParameters.Builder
java.lang.Object
com.atlassian.bitbucket.scm.pull.PullRequestCommitsCommandParameters.Builder
- Enclosing class:
- PullRequestCommitsCommandParameters
-
Constructor Summary
Constructors -
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, where0omits messages entirely and-1includes the full message regardless of length- Returns:
this
-
withMessages
- Parameters:
value-trueto include commit messages in the output, up to the specifiedmaximum length; otherwise,falseto omit messages entirely- Returns:
this
-