Uses of Interface
org.eclipse.jgit.api.FetchCommand.Callback
Packages that use FetchCommand.Callback
Package
Description
High-level API commands (the porcelain of JGit).
-
Uses of FetchCommand.Callback in org.eclipse.jgit.api
Fields in org.eclipse.jgit.api declared as FetchCommand.CallbackModifier and TypeFieldDescriptionprivate FetchCommand.CallbackFetchCommand.callbackprivate FetchCommand.CallbackSubmoduleUpdateCommand.fetchCallbackMethods in org.eclipse.jgit.api with parameters of type FetchCommand.CallbackModifier and TypeMethodDescriptionFetchCommand.setCallback(FetchCommand.Callback callback) Register a progress callback.SubmoduleUpdateCommand.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