public static class BulkTraverseCommitsCommandParameters.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
BulkTraverseCommitsCommandParameters.Builder |
alternate(Repository value) |
BulkTraverseCommitsCommandParameters.Builder |
alternates(Iterable<Repository> values) |
BulkTraverseCommitsCommandParameters.Builder |
alternates(Repository value,
Repository... values) |
BulkTraverseCommitsCommandParameters |
build() |
BulkTraverseCommitsCommandParameters.Builder |
ignoreMissing(boolean value) |
BulkTraverseCommitsCommandParameters.Builder |
include(Iterable<String> values)
Specify commits to include in the traversal.
|
BulkTraverseCommitsCommandParameters.Builder |
include(String value,
String... values)
Specify commits to include in the traversal.
|
@Nonnull public BulkTraverseCommitsCommandParameters build()
@Nonnull public BulkTraverseCommitsCommandParameters.Builder alternate(@Nullable Repository value)
value - an alternate repository to look in for included commitsthis@Nonnull public BulkTraverseCommitsCommandParameters.Builder alternates(@Nullable Iterable<Repository> values)
values - alternate repositories to look in for included commitsthis@Nonnull public BulkTraverseCommitsCommandParameters.Builder alternates(@Nullable Repository value, @Nullable Repository... values)
value - an alternate repository to look in for included commitsvalues - zero or more alternate repositories to look in for included commitsthis@Nonnull public BulkTraverseCommitsCommandParameters.Builder ignoreMissing(boolean value)
value - boolean value indicating whether or not to ignore missing commitsthis@Nonnull public BulkTraverseCommitsCommandParameters.Builder include(@Nullable Iterable<String> values)
alternates specified.values - commits to include in the traversalthis@Nonnull public BulkTraverseCommitsCommandParameters.Builder include(@Nullable String value, @Nullable String... values)
alternates specified.value - a commit to include in the traversalvalues - zero or more commits to include in the traversalthisCopyright © 2022 Atlassian. All rights reserved.