Package | Description |
---|---|
org.eclipse.jgit.transport |
Modifier and Type | Method and Description |
---|---|
static java.util.List<ReceiveCommand> |
ReceiveCommand.filter(java.util.List<ReceiveCommand> commands,
ReceiveCommand.Result want)
Filter a list of commands according to result.
|
protected java.util.List<ReceiveCommand> |
BaseReceivePack.filterCommands(ReceiveCommand.Result want)
Filter the list of commands according to result.
|
java.util.List<ReceiveCommand> |
BaseReceivePack.getAllCommands() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<ReceiveCommand> |
ReceiveCommand.filter(java.util.List<ReceiveCommand> commands,
ReceiveCommand.Result want)
Filter a list of commands according to result.
|
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.
|
Copyright © 2012. All Rights Reserved.