|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ReceiveCommand | |
|---|---|
| org.eclipse.jgit.lib | Core API for repository, config, refs, object database. |
| org.eclipse.jgit.transport | Transport (fetch/push) for different protocols. |
| Uses of ReceiveCommand in org.eclipse.jgit.lib |
|---|
| Methods in org.eclipse.jgit.lib that return types with arguments of type ReceiveCommand | |
|---|---|
java.util.List<ReceiveCommand> |
BatchRefUpdate.getCommands()
|
| Methods in org.eclipse.jgit.lib with parameters of type ReceiveCommand | |
|---|---|
BatchRefUpdate |
BatchRefUpdate.addCommand(ReceiveCommand... cmd)
Add commands to this batch update. |
BatchRefUpdate |
BatchRefUpdate.addCommand(ReceiveCommand cmd)
Add a single command to this batch update. |
protected RefUpdate |
BatchRefUpdate.newUpdate(ReceiveCommand cmd)
Create a new RefUpdate copying the batch settings. |
| Method parameters in org.eclipse.jgit.lib with type arguments of type ReceiveCommand | |
|---|---|
BatchRefUpdate |
BatchRefUpdate.addCommand(java.util.Collection<ReceiveCommand> cmd)
Add commands to this batch update. |
| Uses of ReceiveCommand in org.eclipse.jgit.transport |
|---|
| Methods in org.eclipse.jgit.transport that return types with arguments of type ReceiveCommand | |
|---|---|
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()
|
| Method parameters in org.eclipse.jgit.transport with type arguments of type ReceiveCommand | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||