public static class PatchCommandParameters.Builder extends Object
Constructor and Description |
---|
Builder() |
Builder(PatchRequest patchRequest) |
Modifier and Type | Method and Description |
---|---|
PatchCommandParameters.Builder |
allAncestors(boolean value) |
PatchCommandParameters |
build() |
PatchCommandParameters.Builder |
secondaryRepository(Repository value) |
PatchCommandParameters.Builder |
sinceId(String value) |
PatchCommandParameters.Builder |
untilId(String value) |
public Builder()
public Builder(@Nonnull PatchRequest patchRequest)
@Nonnull public PatchCommandParameters.Builder allAncestors(boolean value)
@Nonnull public PatchCommandParameters build()
@Nonnull public PatchCommandParameters.Builder secondaryRepository(@Nullable Repository value)
@Nonnull public PatchCommandParameters.Builder sinceId(@Nullable String value)
@Nonnull public PatchCommandParameters.Builder untilId(@Nonnull String value)
Copyright © 2019 Atlassian. All rights reserved.