Interface FetchCommand.Callback

All Known Implementing Classes:
Fetch
Enclosing class:
FetchCommand

public static interface FetchCommand.Callback
Callback for status of fetch operation.
Since:
4.8
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Notify fetching a submodule.
  • Method Details

    • fetchingSubmodule

      void fetchingSubmodule(String name)
      Notify fetching a submodule.
      Parameters:
      name - the submodule name.