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 Summary
Nested Classes -
Field Summary
FieldsFields inherited from class com.atlassian.bitbucket.util.BuilderSupport
NOT_BLANK -
Method Summary
Modifier and TypeMethodDescriptionintintbooleanMethods inherited from class com.atlassian.bitbucket.util.BuilderSupport
addIf, addIf, addIf, addIf, addIf, addIf, checkNotBlank, requireNonBlank
-
Field Details
-
UNLIMITED_MESSAGE_LENGTH
public static final int UNLIMITED_MESSAGE_LENGTH- See Also:
-
-
Method Details
-
getCommitIds
-
getMaxChangesPerCommit
public int getMaxChangesPerCommit() -
getMaxMessageLength
public int getMaxMessageLength()- Returns:
- max length to process of a commit message. -1 for unlimited length
- Since:
- 4.5
-
isIgnoreMissing
public boolean isIgnoreMissing()- Returns:
trueif missing commits should be ignored; otherwise,falseto throw aNoSuchCommitExceptionfor missing commits
-