public interface ConnectivityChecker
| Modifier and Type | Interface and Description |
|---|---|
static class |
ConnectivityChecker.ConnectivityCheckInfo
POJO which is used to pass all information which is needed to perform
connectivity check.
|
| Modifier and Type | Method and Description |
|---|---|
void |
checkConnectivity(ConnectivityChecker.ConnectivityCheckInfo connectivityCheckInfo,
Set<ObjectId> haves,
ProgressMonitor pm)
Checks connectivity of the commit graph after pack uploading.
|
void checkConnectivity(ConnectivityChecker.ConnectivityCheckInfo connectivityCheckInfo, Set<ObjectId> haves, ProgressMonitor pm) throws IOException
connectivityCheckInfo - Input for the connectivity check.haves - Set of references known for client.pm - Monitor to publish progress to.IOException - an error occurred during connectivity checking.Copyright © 2020 Eclipse JGit Project. All rights reserved.