Uses of Interface
org.eclipse.jgit.transport.resolver.ReceivePackFactory
Packages that use ReceivePackFactory
Package
Description
Transport (fetch/push) for different protocols.
Server-side resolver for locating repositories by URLs.
-
Uses of ReceivePackFactory in org.eclipse.jgit.transport
Methods in org.eclipse.jgit.transport that return ReceivePackFactoryModifier and TypeMethodDescriptionDaemon.getReceivePackFactory()
Get the factory used to construct per-request ReceivePack.Methods in org.eclipse.jgit.transport with parameters of type ReceivePackFactoryModifier and TypeMethodDescriptionvoid
Daemon.setReceivePackFactory
(ReceivePackFactory<DaemonClient> factory) Set the factory to construct and configure per-request ReceivePack.Constructors in org.eclipse.jgit.transport with parameters of type ReceivePackFactoryModifierConstructorDescriptionTestProtocol
(UploadPackFactory<C> uploadPackFactory, ReceivePackFactory<C> receivePackFactory) Constructor for TestProtocol. -
Uses of ReceivePackFactory in org.eclipse.jgit.transport.resolver
Fields in org.eclipse.jgit.transport.resolver declared as ReceivePackFactoryModifier and TypeFieldDescriptionstatic final ReceivePackFactory<?>
ReceivePackFactory.DISABLED
A factory disabling the ReceivePack service for all repositories