public interface ScanApi extends AutoCloseable
Modifier and Type | Method and Description |
---|---|
void |
doScan(UUID applicationId,
UUID versionId)
Deprecated.
Under newer versions of Uleska you will only be able to scan with a toolkit
|
void |
doScan(UUID applicationId,
UUID versionId,
UUID toolkitId)
Scans an application/version with the tools in the toolkit
|
close
@Deprecated void doScan(UUID applicationId, UUID versionId) throws ScanException
applicationId
- The id of the application being scannedversionId
- The id of the version being scannedScanException
- if something goes wrong making a scanning requestvoid doScan(UUID applicationId, UUID versionId, UUID toolkitId) throws ScanException
applicationId
- The id of the application being scannedversionId
- The id of the version being scannedtoolkitId
- The id of the toolkitScanException
- if something goes wrong making a scanning requestCopyright © 2016–2022 Uleska. All rights reserved.