| Package | Description |
|---|---|
| com.checkmarx.sdk.dto.cx.xml | |
| com.checkmarx.sdk.service |
| Modifier and Type | Method and Description |
|---|---|
CxXMLResultsType |
ObjectFactory.createCxXMLResultsType()
Create an instance of
CxXMLResultsType |
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<CxXMLResultsType> |
ObjectFactory.createCxXMLResults(CxXMLResultsType value)
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<CxXMLResultsType> |
ObjectFactory.createCxXMLResults(CxXMLResultsType value)
|
| Modifier and Type | Method and Description |
|---|---|
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
|
CxXMLResultsType |
CxService.getLatestScanReport(String teamName,
String projectName) |
CxXMLResultsType |
CxClient.getLatestScanReport(String teamName,
String projectName)
Create a scan based on the CxScanParams and wait for the scan to complete, returning the result XML Jaxb object
|
CxXMLResultsType |
CxService.getXmlReportContent(Integer reportId)
Retrieve the report by reportId, mapped to ScanResults DTO, applying filtering as requested
|
CxXMLResultsType |
CxClient.getXmlReportContent(Integer reportId)
Retrieve the xml report by reportId, mapped to ScanResults DTO, applying filtering as requested
|
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Object> |
CxService.getAdditionalScanDetails(CxXMLResultsType cxResults)
Creates a map of additional scan details, such as scanId, scan start date, scan risk,
scan risk severity, number of failed LOC, etc.
|
Copyright © 2020. All rights reserved.