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.Callback
FetchCommand. callback
private FetchCommand.Callback
SubmoduleUpdateCommand. fetchCallback
Methods in org.eclipse.jgit.api with parameters of type FetchCommand.Callback Modifier and Type Method Description FetchCommand
FetchCommand. setCallback(FetchCommand.Callback callback)
Register a progress callback.SubmoduleUpdateCommand
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 Modifier and Type Class Description (package private) class
Fetch
-