public class PatchRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PatchRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
Repository |
getRepository() |
Repository |
getSecondaryRepository()
Retrieves the secondary repository from which to generate the patch.
|
String |
getSinceId()
Retrieves the base revision from which to generate the patch.
|
String |
getUntilId() |
boolean |
isAllAncestors() |
@Nonnull public Repository getRepository()
@Nullable public Repository getSecondaryRepository()
primary repository.@Nullable public String getSinceId()
isAllAncestors() is false. If omitted the patch will represent one single commit, the
until ID.@Nonnull public String getUntilId()
Copyright © 2020 Atlassian. All rights reserved.