Interface CloneCommand.Callback

  • Enclosing class:
    CloneCommand

    public static interface CloneCommand.Callback
    Callback for status of clone operation.
    Since:
    4.8
    • Method Detail

      • initializedSubmodules

        void initializedSubmodules​(Collection<String> submodules)
        Notify initialized submodules.
        Parameters:
        submodules - the submodules
      • cloningSubmodule

        void cloningSubmodule​(String path)
        Notify starting to clone a submodule.
        Parameters:
        path - the submodule path
      • checkingOut

        void checkingOut​(AnyObjectId commit,
                         String path)
        Notify checkout of commit
        Parameters:
        commit - the id of the commit being checked out
        path - the submodule path