Package | Description |
---|---|
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
Modifier and Type | Class | 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 | Description |
---|---|---|
static AdvertiseRefsHook |
AdvertiseRefsHook.DEFAULT |
A simple hook that advertises the default refs.
|
Modifier and Type | Method | Description |
---|---|---|
AdvertiseRefsHook |
BaseReceivePack.getAdvertiseRefsHook() |
|
AdvertiseRefsHook |
UploadPack.getAdvertiseRefsHook() |
|
static AdvertiseRefsHook |
AdvertiseRefsHookChain.newChain(List<? extends AdvertiseRefsHook> hooks) |
Create a new hook chaining the given hooks together.
|
Modifier and Type | Method | 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 | Description |
---|---|---|
static AdvertiseRefsHook |
AdvertiseRefsHookChain.newChain(List<? extends AdvertiseRefsHook> hooks) |
Create a new hook chaining the given hooks together.
|
Copyright © 2018. All rights reserved.