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