Uses of Interface
org.eclipse.jgit.transport.RefFilter
-
Packages that use RefFilter Package Description org.eclipse.jgit.transport Transport (fetch/push) for different protocols. -
-
Uses of RefFilter in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as RefFilter Modifier and Type Field Description static RefFilterRefFilter. DEFAULTThe default filter, allows all refs to be shown.Methods in org.eclipse.jgit.transport that return RefFilter Modifier and Type Method Description RefFilterBaseReceivePack. getRefFilter()RefFilterTransferConfig. getRefFilter()RefFilterUploadPack. getRefFilter()Methods in org.eclipse.jgit.transport with parameters of type RefFilter Modifier and Type Method Description voidBaseReceivePack. setRefFilter(RefFilter refFilter)Set the filter used while advertising the refs to the client.voidUploadPack. setRefFilter(RefFilter refFilter)Set the filter used while advertising the refs to the client.
-