Package | Description |
---|---|
org.eclipse.jgit.transport | |
org.eclipse.jgit.transport.resolver |
Modifier and Type | Method and Description |
---|---|
void |
PostReceiveHookChain.onPostReceive(ReceivePack rp,
java.util.Collection<ReceiveCommand> commands) |
void |
PostReceiveHook.onPostReceive(ReceivePack rp,
java.util.Collection<ReceiveCommand> commands)
Invoked after all commands are executed and status has been returned.
|
void |
PreReceiveHookChain.onPreReceive(ReceivePack rp,
java.util.Collection<ReceiveCommand> commands) |
void |
PreReceiveHook.onPreReceive(ReceivePack rp,
java.util.Collection<ReceiveCommand> commands)
Invoked just before commands are executed.
|
Modifier and Type | Method and Description |
---|---|
ReceivePack |
ReceivePackFactory.create(C req,
Repository db)
Create and configure a new ReceivePack instance for a repository.
|
Copyright © 2012. All Rights Reserved.