| Package | Description |
|---|---|
| com.checkmarx.sdk.dto | |
| com.checkmarx.sdk.service | |
| com.cx.restclient |
| Modifier and Type | Method and Description |
|---|---|
ScanResults |
ScanResults.ScanResultsBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
void |
ScanResults.mergeWith(ScanResults scanResultsToMerge) |
| 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 |
CxOsaClient.createScanAndReport(Integer projectId,
String sourceDir,
ScanResults results,
List<Filter> filter) |
ScanResults |
CxOsaClient.getLatestOsaResults(Integer projectId,
ScanResults results,
List<Filter> filter) |
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.getOsaReportContent(File vulnsFile,
File libsFile,
List<Filter> filter) |
ScanResults |
CxClient.getOsaReportContent(File vulnsFile,
File libsFile,
List<Filter> filter) |
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
|
ScanResults |
CxOsaClient.waitForOsaScan(String scanId,
Integer projectId,
ScanResults results,
List<Filter> filter) |
| Modifier and Type | Method and Description |
|---|---|
ScanResults |
CxOsaClient.createScanAndReport(Integer projectId,
String sourceDir,
ScanResults results,
List<Filter> filter) |
ScanResults |
CxOsaClient.getLatestOsaResults(Integer projectId,
ScanResults results,
List<Filter> filter) |
ScanResults |
CxOsaClient.waitForOsaScan(String scanId,
Integer projectId,
ScanResults results,
List<Filter> filter) |
| Modifier and Type | Method and Description |
|---|---|
ScanResults |
CxOsaService.createScanAndReport(Integer projectId,
String sourceDir,
ScanResults results,
List<Filter> filter) |
ScanResults |
CxOsaService.getLatestOsaResults(Integer projectId,
ScanResults results,
List<Filter> filter) |
ScanResults |
CxOsaService.waitForOsaScan(String scanId,
Integer projectId,
ScanResults results,
List<Filter> filter) |
| Modifier and Type | Method and Description |
|---|---|
ScanResults |
CxOsaService.createScanAndReport(Integer projectId,
String sourceDir,
ScanResults results,
List<Filter> filter) |
ScanResults |
CxOsaService.getLatestOsaResults(Integer projectId,
ScanResults results,
List<Filter> filter) |
ScanResults |
CxOsaService.waitForOsaScan(String scanId,
Integer projectId,
ScanResults results,
List<Filter> filter) |
Copyright © 2020. All rights reserved.