| Package | Description |
|---|---|
| com.checkmarx.sdk.dto.filtering | |
| com.checkmarx.sdk.service |
| Modifier and Type | Method and Description |
|---|---|
static FilterConfiguration |
FilterConfiguration.fromSimpleFilters(List<Filter> simpleFilters) |
| Modifier and Type | Method and Description |
|---|---|
ScanResults |
CxService.createScanAndReport(CxScanParams params,
String comment,
FilterConfiguration filters) |
ScanResults |
CxClient.createScanAndReport(CxScanParams params,
String comment,
FilterConfiguration filters)
Create a scan based on the CxScanParams and return the ScanResults object based on filters
|
ScanResults |
CxService.getLatestScanResults(String teamName,
String projectName,
FilterConfiguration filters)
Get the latest scan results by teamName and projectName with filtered results
|
ScanResults |
CxClient.getLatestScanResults(String teamName,
String projectName,
FilterConfiguration filters)
Create a scan based on the CxScanParams and return the ScanResults object based on filters
|
ScanResults |
CxService.getReportContent(File file,
FilterConfiguration filter)
Parse CX report file, mapped to ScanResults DTO, applying filtering as requested
|
ScanResults |
CxClient.getReportContent(File file,
FilterConfiguration filter)
Parse CX report file, mapped to ScanResults DTO, applying filtering as requested
|
ScanResults |
CxService.getReportContent(Integer reportId,
FilterConfiguration filter)
Retrieve the report by reportId, mapped to ScanResults DTO, applying filtering as requested
|
ScanResults |
CxClient.getReportContent(Integer reportId,
FilterConfiguration filter)
Retrieve the report by reportId, mapped to ScanResults DTO, applying filtering as requested
|
ScanResults |
CxService.getReportContentByScanId(Integer scanId,
FilterConfiguration filter)
Retrieve the report by reportId, mapped to ScanResults DTO, applying filtering as requested
|
ScanResults |
CxClient.getReportContentByScanId(Integer scanId,
FilterConfiguration filter)
Retrieve the report by scanId, mapped to ScanResults DTO, applying filtering as requested
|
boolean |
FilterValidatorImpl.passesFilter(@NotNull QueryType findingGroup,
@NotNull ResultType finding,
FilterConfiguration filterConfiguration) |
boolean |
FilterValidator.passesFilter(@NotNull QueryType findingGroup,
@NotNull ResultType finding,
FilterConfiguration filterConfiguration)
Check if a finding and its group meet the filter criteria
|
Copyright © 2020. All rights reserved.