public class CommonAncestorRequest extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CommonAncestorRequest.Builder |
Modifier and Type | Method and Description |
---|---|
Set<String> |
getCommitIds() |
Repository |
getRepository() |
Repository |
getSecondaryRepository()
When determining the common ancestor of commits in different repositories, retrieves the secondary
repository.
|
@Nonnull public Set<String> getCommitIds()
@Nonnull public Repository getRepository()
@Nullable public Repository getSecondaryRepository()
Copyright © 2022 Atlassian. All rights reserved.