Package com.atlassian.bitbucket.scm
Class ChangesetsCommandParameters
java.lang.Object
com.atlassian.bitbucket.util.BuilderSupport
com.atlassian.bitbucket.scm.AbstractCommandParameters
com.atlassian.bitbucket.scm.ChangesetsCommandParameters
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsFields inherited from class com.atlassian.bitbucket.util.BuilderSupportNOT_BLANK
- 
Method SummaryModifier and TypeMethodDescriptionintintbooleanMethods inherited from class com.atlassian.bitbucket.util.BuilderSupportaddIf, addIf, addIf, addIf, addIf, addIf, checkNotBlank, requireNonBlank
- 
Field Details- 
UNLIMITED_MESSAGE_LENGTHpublic static final int UNLIMITED_MESSAGE_LENGTH- See Also:
 
 
- 
- 
Method Details- 
getCommitIds
- 
getMaxChangesPerCommitpublic int getMaxChangesPerCommit()
- 
getMaxMessageLengthpublic int getMaxMessageLength()- Returns:
- max length to process of a commit message. -1 for unlimited length
- Since:
- 4.5
 
- 
isIgnoreMissingpublic boolean isIgnoreMissing()- Returns:
- trueif missing commits should be ignored; otherwise,- falseto throw a- NoSuchCommitExceptionfor missing commits
 
 
-