public class BulkCommitsRequest extends Object
CommitService.streamCommits(BulkCommitsRequest, BulkCommitCallback)
Modifier and Type | Class and Description |
---|---|
static class |
BulkCommitsRequest.Builder |
Modifier and Type | Method and Description |
---|---|
Map<Repository,Set<String>> |
getCommits() |
OptionalInt |
getMaxMessageLength() |
boolean |
isIgnoringMissing() |
@Nonnull public Map<Repository,Set<String>> getCommits()
@Nonnull public OptionalInt getMaxMessageLength()
empty()
(the default)
to request the full commit message regardless of length or of(0)
to omit messages entirelypublic boolean isIgnoringMissing()
true
if missing requested commits should be ignored; otherwise, false
if they should
trigger a NoSuchCommitException
(the default)Copyright © 2022 Atlassian. All rights reserved.