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