Package | Description |
---|---|
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
Modifier and Type | Class | Description |
---|---|---|
class |
PreUploadHookChain |
PreUploadHook that delegates to a list of other hooks. |
Modifier and Type | Field | Description |
---|---|---|
static PreUploadHook |
PreUploadHook.NULL |
A simple no-op hook.
|
Modifier and Type | Method | Description |
---|---|---|
PreUploadHook |
UploadPack.getPreUploadHook() |
|
static PreUploadHook |
PreUploadHookChain.newChain(List<? extends PreUploadHook> hooks) |
Create a new hook chaining the given hooks together.
|
Modifier and Type | Method | Description |
---|---|---|
void |
UploadPack.setPreUploadHook(PreUploadHook hook) |
Set the hook that controls how this instance will behave.
|
Modifier and Type | Method | Description |
---|---|---|
static PreUploadHook |
PreUploadHookChain.newChain(List<? extends PreUploadHook> hooks) |
Create a new hook chaining the given hooks together.
|
Copyright © 2018. All rights reserved.