Package | Description |
---|---|
com.secdec.codedx.api.client |
Modifier and Type | Method and Description |
---|---|
Filter |
CountRequest.getFilter() |
Modifier and Type | Method and Description |
---|---|
int |
CodeDxClient.getFindingsCount(int projectId,
Filter filter)
Retrieves the total findings count for a given project using the provided Filter
|
List<CountGroup> |
CodeDxClient.getFindingsGroupedCounts(int projectId,
Filter filter,
String countBy)
Retrieves an array of CountGroups using the provided Filter and countBy field name.
|
void |
CountRequest.setFilter(Filter filter) |
Constructor and Description |
---|
CountRequest(Filter filter) |
GroupedCountRequest(Filter filter,
String countBy) |
Copyright © 2004-2017. All Rights Reserved.