public class PatchCommandParameters extends AbstractCommandParameters
patch
.
In addition to specifying the commit for which to generate a patch, callers can provide a
since ID
revision as the base of the patch, or set all ancestors
to
true.
Modifier and Type | Class and Description |
---|---|
static class |
PatchCommandParameters.Builder |
NOT_BLANK
Modifier and Type | Method and Description |
---|---|
Repository |
getSecondaryRepository() |
String |
getSinceId()
Retrieves the base revision from which to generate the patch.
|
String |
getUntilId() |
boolean |
isAllAncestors() |
addIf, addIf, addIf, addIf, addIf, addIf, checkNotBlank, requireNonBlank
@Nullable public Repository getSecondaryRepository()
@Nullable public String getSinceId()
until ID
revision is used.Copyright © 2019 Atlassian. All rights reserved.