Package | Description |
---|---|
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
Modifier and Type | Class | Description |
---|---|---|
class |
ReceivePack |
Implements the server side of a push connection, receiving objects.
|
Modifier and Type | Method | Description |
---|---|---|
void |
AbstractAdvertiseRefsHook.advertiseRefs(BaseReceivePack receivePack) |
|
void |
AdvertiseRefsHook.advertiseRefs(BaseReceivePack receivePack) |
Advertise refs for receive-pack.
|
void |
AdvertiseRefsHookChain.advertiseRefs(BaseReceivePack rp) |
|
void |
ReceiveCommand.execute(BaseReceivePack rp) |
Execute this command during a receive-pack session.
|
Copyright © 2018. All rights reserved.