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
-
Field Summary
Fields inherited from class com.atlassian.bitbucket.util.BuilderSupport
NOT_BLANK
-
Method Summary
Modifier and TypeMethodDescriptionint
int
boolean
Methods 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:
true
if missing commits should be ignored; otherwise,false
to throw aNoSuchCommitException
for missing commits
-