Package | Description |
---|---|
org.eclipse.jgit.lib |
Core API for repository, config, refs, object database.
|
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
Modifier and Type | Method | Description |
---|---|---|
List<ReceiveCommand> |
BatchRefUpdate.getCommands() |
Modifier and Type | Method | Description |
---|---|---|
BatchRefUpdate |
BatchRefUpdate.addCommand(ReceiveCommand cmd) |
Add a single command to this batch update.
|
BatchRefUpdate |
BatchRefUpdate.addCommand(ReceiveCommand... cmd) |
Add commands to this batch update.
|
protected RefUpdate |
BatchRefUpdate.newUpdate(ReceiveCommand cmd) |
Create a new RefUpdate copying the batch settings.
|
Modifier and Type | Method | Description |
---|---|---|
BatchRefUpdate |
BatchRefUpdate.addCommand(Collection<ReceiveCommand> cmd) |
Add commands to this batch update.
|
Modifier and Type | Method | Description |
---|---|---|
ReceiveCommand |
TrackingRefUpdate.asReceiveCommand() |
Modifier and Type | Method | Description |
---|---|---|
static List<ReceiveCommand> |
ReceiveCommand.filter(List<ReceiveCommand> commands,
ReceiveCommand.Result want) |
Filter a list of commands according to result.
|
protected List<ReceiveCommand> |
BaseReceivePack.filterCommands(ReceiveCommand.Result want) |
Filter the list of commands according to result.
|
List<ReceiveCommand> |
BaseReceivePack.getAllCommands() |
Modifier and Type | Method | Description |
---|---|---|
static List<ReceiveCommand> |
ReceiveCommand.filter(List<ReceiveCommand> commands,
ReceiveCommand.Result want) |
Filter a list of commands according to result.
|
void |
PostReceiveHook.onPostReceive(ReceivePack rp,
Collection<ReceiveCommand> commands) |
Invoked after all commands are executed and status has been returned.
|
void |
PostReceiveHookChain.onPostReceive(ReceivePack rp,
Collection<ReceiveCommand> commands) |
|
void |
PreReceiveHook.onPreReceive(ReceivePack rp,
Collection<ReceiveCommand> commands) |
Invoked just before commands are executed.
|
void |
PreReceiveHookChain.onPreReceive(ReceivePack rp,
Collection<ReceiveCommand> commands) |
Copyright © 2018. All rights reserved.