Uses of Class
org.eclipse.jgit.transport.ReceivePack
-
Packages that use ReceivePack 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 ReceivePack in org.eclipse.jgit.transport
Methods in org.eclipse.jgit.transport with parameters of type ReceivePack Modifier and Type Method Description 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)
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)
-
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.
-