Package com.atlassian.bitbucket.commit
Class BulkCommitsRequest
java.lang.Object
com.atlassian.bitbucket.commit.BulkCommitsRequest
Defines a request to retrieve any arbitrary collection of commits that are in any number of repositories.
- Since:
- 5.8
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Method Details
-
getCommits
- Returns:
- the collection of commits to retrieve, mapped by the repository to search in
-
getMaxMessageLength
- Returns:
- the max message length to be processed for any of the commits, which may be
empty()(the default) to request the full commit message regardless of length orof(0)to omit messages entirely
-
isIgnoringMissing
public boolean isIgnoringMissing()- Returns:
trueif missing requested commits should be ignored; otherwise,falseif they should trigger aNoSuchCommitException(the default)
-