Package com.atlassian.bitbucket.scm.pull
Class PullRequestCommitsCommandParameters
java.lang.Object
com.atlassian.bitbucket.util.BuilderSupport
com.atlassian.bitbucket.scm.AbstractCommandParameters
com.atlassian.bitbucket.scm.pull.PullRequestCommitsCommandParameters
- Since:
- 6.0
-
Nested Class Summary
-
Field Summary
Fields inherited from class com.atlassian.bitbucket.util.BuilderSupport
NOT_BLANK
-
Method Summary
Methods inherited from class com.atlassian.bitbucket.util.BuilderSupport
addIf, addIf, addIf, addIf, addIf, addIf, checkNotBlank, requireNonBlank
-
Method Details
-
getMaxMessageLength
public int getMaxMessageLength()- Returns:
- the maximum length to read for
commit messages
; if set, messages longer than this will be truncated; -1 indicates unlimited message length
-
isWithMessages
public boolean isWithMessages()- Returns:
true
if commit messages should be included; otherwise,false
if they should be omitted
-