Package | Description |
---|---|
org.eclipse.jgit.transport |
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() |
static PreUploadHook |
PreUploadHookChain.newChain(java.util.List<? extends 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(java.util.List<? extends PreUploadHook> hooks)
Create a new hook chaining the given hooks together.
|
Copyright © 2012. All Rights Reserved.