public interface CxOsaClient
| Modifier and Type | Method and Description |
|---|---|
String |
createScan(Integer projectId,
String sourceDir) |
ScanResults |
createScanAndReport(Integer projectId,
String sourceDir,
ScanResults results,
List<Filter> filter) |
ScanResults |
getLatestOsaResults(Integer projectId,
ScanResults results,
List<Filter> filter) |
ScanResults |
waitForOsaScan(String scanId,
Integer projectId,
ScanResults results,
List<Filter> filter) |
ScanResults createScanAndReport(Integer projectId, String sourceDir, ScanResults results, List<Filter> filter) throws CheckmarxException
CheckmarxExceptionString createScan(Integer projectId, String sourceDir) throws CheckmarxException
CheckmarxExceptionScanResults waitForOsaScan(String scanId, Integer projectId, ScanResults results, List<Filter> filter) throws CheckmarxException
CheckmarxExceptionScanResults getLatestOsaResults(Integer projectId, ScanResults results, List<Filter> filter) throws CheckmarxException
CheckmarxExceptionCopyright © 2020. All rights reserved.