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 RefFilterReceivePack. getRefFilter()Get the filter used while advertising the refs to the clientRefFilterTransferConfig. getRefFilter()GetRefFilterrespecting configured hidden refs.RefFilterUploadPack. getRefFilter()Get the filter used while advertising the refs to the client.Methods in org.eclipse.jgit.transport with parameters of type RefFilter Modifier and Type Method Description voidReceivePack. 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.
-