| Package | Description |
|---|---|
| com.checkmarx.sdk.dto |
| Modifier and Type | Method and Description |
|---|---|
ScanResults.XIssue |
ScanResults.XIssue.XIssueBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<ScanResults.XIssue> |
ScanResults.getXIssues() |
| Modifier and Type | Method and Description |
|---|---|
void |
ScanResults.setXIssues(List<ScanResults.XIssue> xIssues) |
ScanResults.ScanResultsBuilder |
ScanResults.ScanResultsBuilder.xIssues(List<ScanResults.XIssue> xIssues) |
| 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) |
Copyright © 2020. All rights reserved.