Uses of Interface
org.eclipse.jgit.transport.resolver.ReceivePackFactory
-
Packages that use ReceivePackFactory Package Description org.eclipse.jgit.transport Transport (fetch/push) for different protocols.org.eclipse.jgit.transport.resolver Server-side resolver for locating repositories by URLs. -
-
Uses of ReceivePackFactory in org.eclipse.jgit.transport
Methods in org.eclipse.jgit.transport that return ReceivePackFactory Modifier and Type Method Description ReceivePackFactory<DaemonClient>Daemon. getReceivePackFactory()Get the factory used to construct per-request ReceivePack.Methods in org.eclipse.jgit.transport with parameters of type ReceivePackFactory Modifier and Type Method Description voidDaemon. setReceivePackFactory(ReceivePackFactory<DaemonClient> factory)Set the factory to construct and configure per-request ReceivePack.Constructors in org.eclipse.jgit.transport with parameters of type ReceivePackFactory Constructor Description TestProtocol(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 ReceivePackFactory Modifier and Type Field Description static ReceivePackFactory<?>ReceivePackFactory. DISABLEDA factory disabling the ReceivePack service for all repositories
-