-
public interface RefFilterFilters the list of refs that are advertised to the client.The filter is called by
ReceivePackandUploadPackto ensure that the refs are filtered before they are advertised to the client.This can be used by applications to control visibility of certain refs based on a custom set of rules.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,Ref>filter(Map<String,Ref> refs)Filters aMapof refs before it is advertised to the client.
-
-
-
Field Detail
-
DEFAULT
static final RefFilter DEFAULT
The default filter, allows all refs to be shown.
-
-