Package com.atlassian.bitbucket.scm
Class CommitCommandParameters
java.lang.Object
com.atlassian.bitbucket.util.BuilderSupport
com.atlassian.bitbucket.scm.AbstractCommandParameters
com.atlassian.bitbucket.scm.AbstractCommitCommandParameters
com.atlassian.bitbucket.scm.CommitCommandParameters
-
Nested Class Summary
Nested classes/interfaces inherited from class com.atlassian.bitbucket.scm.AbstractCommitCommandParameters
AbstractCommitCommandParameters.AbstractCommitParametersBuilder<B extends AbstractCommitCommandParameters.AbstractCommitParametersBuilder<B>>
-
Field Summary
Fields inherited from class com.atlassian.bitbucket.util.BuilderSupport
NOT_BLANK
-
Method Summary
Methods inherited from class com.atlassian.bitbucket.scm.AbstractCommitCommandParameters
getCommitId, getPath, hasPath
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 the
commit message
, which may be0
to omit the message entirely or -1 to include the full message regardless of length - Since:
- 4.5
-