Uses of Interface
org.eclipse.jgit.transport.RefFilter
Packages that use RefFilter
-
Uses of RefFilter in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as RefFilterModifier and TypeFieldDescriptionstatic final RefFilter
RefFilter.DEFAULT
The default filter, allows all refs to be shown.private RefFilter
ReceivePack.refFilter
Filter used while advertising the refs to the client.private RefFilter
UploadPack.refFilter
Filter used while advertising the refs to the client.Methods in org.eclipse.jgit.transport that return RefFilterModifier and TypeMethodDescriptionReceivePack.getRefFilter()
Get the filter used while advertising the refs to the clientTransferConfig.getRefFilter()
GetRefFilter
respecting configured hidden refs.UploadPack.getRefFilter()
Get the filter used while advertising the refs to the client.Methods in org.eclipse.jgit.transport with parameters of type RefFilterModifier and TypeMethodDescriptionvoid
ReceivePack.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.