Package | Description |
---|---|
org.eclipse.jgit.internal.ketch |
Distributed consensus system built on Git.
|
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
Modifier and Type | Class and Description |
---|---|
class |
KetchPreReceive
PreReceiveHook for handling push traffic in a Ketch system.
|
Modifier and Type | Class and Description |
---|---|
class |
PreReceiveHookChain
PreReceiveHook that delegates to a list of
other hooks. |
Modifier and Type | Field and Description |
---|---|
static PreReceiveHook |
PreReceiveHook.NULL
A simple no-op hook.
|
Modifier and Type | Method and Description |
---|---|
PreReceiveHook |
ReceivePack.getPreReceiveHook()
Get the hook invoked before updates occur.
|
static PreReceiveHook |
PreReceiveHookChain.newChain(List<? extends PreReceiveHook> hooks)
Create a new hook chaining the given hooks together.
|
Modifier and Type | Method and Description |
---|---|
void |
ReceivePack.setPreReceiveHook(PreReceiveHook h)
Set the hook which is invoked prior to commands being executed.
|
Modifier and Type | Method and Description |
---|---|
static PreReceiveHook |
PreReceiveHookChain.newChain(List<? extends PreReceiveHook> hooks)
Create a new hook chaining the given hooks together.
|
Copyright © 2019 Eclipse JGit Project. All rights reserved.