Package | Description |
---|---|
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
Modifier and Type | Field | Description |
---|---|---|
static RefFilter |
RefFilter.DEFAULT |
The default filter, allows all refs to be shown.
|
Modifier and Type | Method | Description |
---|---|---|
RefFilter |
BaseReceivePack.getRefFilter() |
|
RefFilter |
TransferConfig.getRefFilter() |
|
RefFilter |
UploadPack.getRefFilter() |
Modifier and Type | Method | Description |
---|---|---|
void |
BaseReceivePack.setRefFilter(RefFilter refFilter) |
Set the filter used while advertising the refs to the client.
|
void |
UploadPack.setRefFilter(RefFilter refFilter) |
Set the filter used while advertising the refs to the client.
|
Copyright © 2018. All rights reserved.