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