Uses of Class
com.codedx.api.client.CountGroup
-
Packages that use CountGroup Package Description com.codedx.api.client -
-
Uses of CountGroup in com.codedx.api.client
Methods in com.codedx.api.client that return types with arguments of type CountGroup Modifier and Type Method Description List<CountGroup>CountGroup. getChildren()List<CountGroup>CodeDxClient. getFindingsGroupedCounts(ProjectContext project, Filter filter, String countBy)Retrieves an array of CountGroups using the provided Filter and countBy field name.Method parameters in com.codedx.api.client with type arguments of type CountGroup Modifier and Type Method Description voidCountGroup. setChildren(List<CountGroup> children)
-