| Package | Description |
|---|---|
| com.checkmarx.sdk.dto.cx | |
| com.checkmarx.sdk.service |
| Modifier and Type | Method and Description |
|---|---|
Integer |
CxService.createScan(CxScanParams params,
String comment) |
Integer |
CxClient.createScan(CxScanParams params,
String comment)
Create a scan based on the CxScanParams and return the scan Id
|
CxXMLResultsType |
CxService.createScanAndReport(CxScanParams params,
String comment) |
CxXMLResultsType |
CxClient.createScanAndReport(CxScanParams params,
String comment)
Create a scan based on the CxScanParams and wait for the scan to complete, returning the result XML Jaxb object
|
ScanResults |
CxService.createScanAndReport(CxScanParams params,
String comment,
List<Filter> filters) |
ScanResults |
CxClient.createScanAndReport(CxScanParams params,
String comment,
List<Filter> filters)
Create a scan based on the CxScanParams and return the ScanResults object based on filters
|
Copyright © 2020. All rights reserved.