| Package | Description |
|---|---|
| com.checkmarx.sdk.dto | |
| com.checkmarx.sdk.service |
| Modifier and Type | Method and Description |
|---|---|
CxScanSummary |
ScanResults.getScanSummary() |
| Modifier and Type | Method and Description |
|---|---|
ScanResults.ScanResultsBuilder |
ScanResults.ScanResultsBuilder.scanSummary(CxScanSummary scanSummary) |
void |
ScanResults.setScanSummary(CxScanSummary scanSummary) |
| Constructor and Description |
|---|
ScanResults(Boolean osa,
String projectId,
String team,
String project,
String link,
String files,
String loc,
String scanType,
List<ScanResults.XIssue> xIssues,
Map<String,Object> additionalDetails,
CxScanSummary scanSummary) |
| Modifier and Type | Method and Description |
|---|---|
CxScanSummary |
CxService.getScanSummary(Integer projectId)
Get the scan summary for the latest scan of a given project Id
|
CxScanSummary |
CxClient.getScanSummary(Integer projectId)
Get scan summary for the latest scan of a given project Id
|
CxScanSummary |
CxService.getScanSummary(String teamName,
String projectName)
Get the scan summary for the latest scan of a given team and project name
|
CxScanSummary |
CxClient.getScanSummary(String teamName,
String projectName)
Get scan summary for the latest scan associated with a teamName & projectName
|
CxScanSummary |
CxService.getScanSummaryByScanId(Integer scanId)
Get scan summary for given scanId
|
CxScanSummary |
CxClient.getScanSummaryByScanId(Integer scanId)
Get scan summary for given scanId
|
Copyright © 2020. All rights reserved.