| 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 id,
Filter filter)
Retrieves the total findings count for a given run using the provided Filter
|
List<CountGroup> |
CodeDxClient.getFindingsGroupedCounts(int id,
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-2015. All Rights Reserved.