Uses of Class
org.eclipse.jgit.transport.ReceivePack
Packages that use ReceivePack
Package
Description
Transport (fetch/push) for different protocols.
Server-side resolver for locating repositories by URLs.
-
Uses of ReceivePack in org.eclipse.jgit.http.server.resolver
Methods in org.eclipse.jgit.http.server.resolver that return ReceivePackModifier and TypeMethodDescriptionDefaultReceivePackFactory.create(javax.servlet.http.HttpServletRequest req, Repository db) Create and configure a new ReceivePack instance for a repository.private static ReceivePackDefaultReceivePackFactory.createFor(javax.servlet.http.HttpServletRequest req, Repository db, String user) -
Uses of ReceivePack in org.eclipse.jgit.transport
Methods in org.eclipse.jgit.transport that return ReceivePackModifier and TypeMethodDescription(package private) ReceivePackTransportLocal.createReceivePack(Repository dst) Methods in org.eclipse.jgit.transport with parameters of type ReceivePackModifier and TypeMethodDescriptionvoidAbstractAdvertiseRefsHook.advertiseRefs(ReceivePack receivePack) Advertise refs for receive-pack.voidAdvertiseRefsHook.advertiseRefs(ReceivePack receivePack) Advertise refs for receive-pack.voidAdvertiseRefsHookChain.advertiseRefs(ReceivePack rp) Advertise refs for receive-pack.voidReceiveCommand.execute(ReceivePack rp) Execute this command during a receive-pack session.voidPostReceiveHook.onPostReceive(ReceivePack rp, Collection<ReceiveCommand> commands) Invoked after all commands are executed and status has been returned.voidPostReceiveHookChain.onPostReceive(ReceivePack rp, Collection<ReceiveCommand> commands) Invoked after all commands are executed and status has been returned.voidPreReceiveHook.onPreReceive(ReceivePack rp, Collection<ReceiveCommand> commands) Invoked just before commands are executed.voidPreReceiveHookChain.onPreReceive(ReceivePack rp, Collection<ReceiveCommand> commands) Invoked just before commands are executed.static voidInternalHttpServerGlue.setPeerUserAgent(ReceivePack rp, String agent) Apply a default user agent for a request. -
Uses of ReceivePack in org.eclipse.jgit.transport.resolver
Methods in org.eclipse.jgit.transport.resolver that return ReceivePackModifier and TypeMethodDescriptionReceivePackFactory.create(C req, Repository db) Create and configure a new ReceivePack instance for a repository.