Interface ConnectivityChecker

    • Method Detail

      • checkConnectivity

        void checkConnectivity​(ConnectivityChecker.ConnectivityCheckInfo connectivityCheckInfo,
                               Set<ObjectId> haves,
                               ProgressMonitor pm)
                        throws IOException
        Checks connectivity of the commit graph after pack uploading.
        Parameters:
        connectivityCheckInfo - Input for the connectivity check.
        haves - Set of references known for client.
        pm - Monitor to publish progress to.
        Throws:
        IOException - an error occurred during connectivity checking.