public final class FullConnectivityChecker extends Object implements ConnectivityChecker
ConnectivityChecker.ConnectivityCheckInfo| Constructor and Description |
|---|
FullConnectivityChecker() |
| 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.
|
public void checkConnectivity(ConnectivityChecker.ConnectivityCheckInfo connectivityCheckInfo, Set<ObjectId> haves, ProgressMonitor pm) throws MissingObjectException, IOException
ConnectivityCheckercheckConnectivity in interface ConnectivityCheckerconnectivityCheckInfo - 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.MissingObjectExceptionCopyright © 2020 Eclipse JGit Project. All rights reserved.