Package com.atlassian.bitbucket.scm.bulk
Class BulkCommitsCommandParameters
java.lang.Object
com.atlassian.bitbucket.util.BuilderSupport
com.atlassian.bitbucket.scm.AbstractCommandParameters
com.atlassian.bitbucket.scm.bulk.BulkCommitsCommandParameters
- Since:
- 5.8
-
Nested Class Summary
-
Field Summary
Fields inherited from class com.atlassian.bitbucket.util.BuilderSupport
NOT_BLANK
-
Method Summary
Modifier and TypeMethodDescriptionint
boolean
boolean
Methods inherited from class com.atlassian.bitbucket.util.BuilderSupport
addIf, addIf, addIf, addIf, addIf, addIf, checkNotBlank, requireNonBlank
-
Method Details
-
getCommits
-
getMaxMessageLength
public int getMaxMessageLength() -
isIgnoringMissing
public boolean isIgnoringMissing() -
isWithMessages
public boolean isWithMessages()
-