Uses of Class
org.eclipse.jgit.transport.ReceivePack
-
Packages that use ReceivePack Package Description org.eclipse.jgit.http.server.resolver org.eclipse.jgit.internal.ketch Distributed consensus system built on Git.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 ReceivePack in org.eclipse.jgit.http.server.resolver
Methods in org.eclipse.jgit.http.server.resolver that return ReceivePack Modifier and Type Method Description ReceivePack
DefaultReceivePackFactory. create(javax.servlet.http.HttpServletRequest req, Repository db)
Create and configure a new ReceivePack instance for a repository.private static ReceivePack
DefaultReceivePackFactory. createFor(javax.servlet.http.HttpServletRequest req, Repository db, java.lang.String user)
-
Uses of ReceivePack in org.eclipse.jgit.internal.ketch
Methods in org.eclipse.jgit.internal.ketch with parameters of type ReceivePack Modifier and Type Method Description void
KetchPreReceive. onPreReceive(ReceivePack rp, java.util.Collection<ReceiveCommand> cmds)
Invoked just before commands are executed. -
Uses of ReceivePack in org.eclipse.jgit.transport
Methods in org.eclipse.jgit.transport that return ReceivePack Modifier and Type Method Description (package private) ReceivePack
TransportLocal. createReceivePack(Repository dst)
Methods in org.eclipse.jgit.transport with parameters of type ReceivePack Modifier and Type Method Description void
AbstractAdvertiseRefsHook. advertiseRefs(ReceivePack receivePack)
Advertise refs for receive-pack.void
AdvertiseRefsHook. advertiseRefs(ReceivePack receivePack)
Advertise refs for receive-pack.void
AdvertiseRefsHookChain. advertiseRefs(ReceivePack rp)
Advertise refs for receive-pack.void
ReceiveCommand. execute(ReceivePack rp)
Execute this command during a receive-pack session.void
PostReceiveHook. onPostReceive(ReceivePack rp, java.util.Collection<ReceiveCommand> commands)
Invoked after all commands are executed and status has been returned.void
PostReceiveHookChain. onPostReceive(ReceivePack rp, java.util.Collection<ReceiveCommand> commands)
Invoked after all commands are executed and status has been returned.void
PreReceiveHook. onPreReceive(ReceivePack rp, java.util.Collection<ReceiveCommand> commands)
Invoked just before commands are executed.void
PreReceiveHookChain. onPreReceive(ReceivePack rp, java.util.Collection<ReceiveCommand> commands)
Invoked just before commands are executed.static void
InternalHttpServerGlue. setPeerUserAgent(ReceivePack rp, java.lang.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 ReceivePack Modifier and Type Method Description ReceivePack
ReceivePackFactory. create(C req, Repository db)
Create and configure a new ReceivePack instance for a repository.
-