Uses of Interface
org.eclipse.jgit.api.FetchCommand.Callback
-
Packages that use FetchCommand.Callback Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit).org.eclipse.jgit.pgm -
-
Uses of FetchCommand.Callback in org.eclipse.jgit.api
Fields in org.eclipse.jgit.api declared as FetchCommand.Callback Modifier and Type Field Description private FetchCommand.CallbackFetchCommand. callbackprivate FetchCommand.CallbackSubmoduleUpdateCommand. fetchCallbackMethods in org.eclipse.jgit.api with parameters of type FetchCommand.Callback Modifier and Type Method Description FetchCommandFetchCommand. setCallback(FetchCommand.Callback callback)Register a progress callback.SubmoduleUpdateCommandSubmoduleUpdateCommand. setFetchCallback(FetchCommand.Callback callback)Set status callback for submodule fetch operation. -
Uses of FetchCommand.Callback in org.eclipse.jgit.pgm
Classes in org.eclipse.jgit.pgm that implement FetchCommand.Callback Modifier and Type Class Description (package private) classFetch
-