Package | Description |
---|---|
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAdvertiseRefsHook
Implementation of
AdvertiseRefsHook that advertises the same refs for
upload-pack and receive-pack. |
class |
AdvertiseRefsHookChain
AdvertiseRefsHook that delegates to a list
of other hooks. |
Modifier and Type | Field and Description |
---|---|
static AdvertiseRefsHook |
AdvertiseRefsHook.DEFAULT
A simple hook that advertises the default refs.
|
Modifier and Type | Method and Description |
---|---|
AdvertiseRefsHook |
BaseReceivePack.getAdvertiseRefsHook()
Get the hook used while advertising the refs to the client
|
AdvertiseRefsHook |
UploadPack.getAdvertiseRefsHook()
Get the hook used while advertising the refs to the client.
|
static AdvertiseRefsHook |
AdvertiseRefsHookChain.newChain(List<? extends AdvertiseRefsHook> hooks)
Create a new hook chaining the given hooks together.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseReceivePack.setAdvertiseRefsHook(AdvertiseRefsHook advertiseRefsHook)
Set the hook used while advertising the refs to the client.
|
void |
UploadPack.setAdvertiseRefsHook(AdvertiseRefsHook advertiseRefsHook)
Set the hook used while advertising the refs to the client.
|
Modifier and Type | Method and Description |
---|---|
static AdvertiseRefsHook |
AdvertiseRefsHookChain.newChain(List<? extends AdvertiseRefsHook> hooks)
Create a new hook chaining the given hooks together.
|
Copyright © 2019 Eclipse JGit Project. All rights reserved.