| Package | Description |
|---|---|
| org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ProtocolV2HookChain
ProtocolV2Hook that delegates to a list of
other hooks. |
| Modifier and Type | Field and Description |
|---|---|
static ProtocolV2Hook |
ProtocolV2Hook.DEFAULT
The default hook implementation that does nothing.
|
private ProtocolV2Hook |
UploadPack.protocolV2Hook
Hook used while processing Git protocol v2 requests.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<? extends ProtocolV2Hook> |
ProtocolV2HookChain.hooks |
| Modifier and Type | Method and Description |
|---|---|
ProtocolV2Hook |
UploadPack.getProtocolV2Hook()
Get the currently installed protocol v2 hook.
|
static ProtocolV2Hook |
ProtocolV2HookChain.newChain(java.util.List<? extends ProtocolV2Hook> hooks)
Create a new hook chaining the given hooks together.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UploadPack.setProtocolV2Hook(ProtocolV2Hook hook)
Set the protocol V2 hook.
|
| Modifier and Type | Method and Description |
|---|---|
static ProtocolV2Hook |
ProtocolV2HookChain.newChain(java.util.List<? extends ProtocolV2Hook> hooks)
Create a new hook chaining the given hooks together.
|
| Constructor and Description |
|---|
ProtocolV2HookChain(java.util.List<? extends ProtocolV2Hook> hooks) |