Uses of Class
com.codedx.api.client.Filter
-
Packages that use Filter Package Description com.codedx.api.client -
-
Uses of Filter in com.codedx.api.client
Methods in com.codedx.api.client that return Filter Modifier and Type Method Description FilterCountRequest. getFilter()Methods in com.codedx.api.client with parameters of type Filter Modifier and Type Method Description intCodeDxClient. getFindingsCount(ProjectContext project, Filter filter)Retrieves the total findings count for a given project using the provided FilterList<CountGroup>CodeDxClient. getFindingsGroupedCounts(ProjectContext project, Filter filter, String countBy)Retrieves an array of CountGroups using the provided Filter and countBy field name.voidCountRequest. setFilter(Filter filter)Constructors in com.codedx.api.client with parameters of type Filter Constructor Description CountRequest(Filter filter)GroupedCountRequest(Filter filter, String countBy)
-