Class RapidScanService
- java.lang.Object
-
- com.synopsys.integration.blackduck.developermode.RapidScanService
-
public class RapidScanService extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intDEFAULT_WAIT_INTERVAL_IN_SECONDS
-
Constructor Summary
Constructors Constructor Description RapidScanService(RapidScanBdio2Reader bdio2Reader, RapidScanBdio2Uploader bdio2Uploader, RapidScanWaiter rapidScanWaiter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<com.synopsys.integration.blackduck.api.manual.view.DeveloperScanComponentResultView>performDeveloperScan(java.io.File bdio2File, long timeoutInSeconds)java.util.List<com.synopsys.integration.blackduck.api.manual.view.DeveloperScanComponentResultView>performDeveloperScan(java.io.File bdio2File, long timeoutInSeconds, int waitIntervalInSeconds)
-
-
-
Field Detail
-
DEFAULT_WAIT_INTERVAL_IN_SECONDS
public static final int DEFAULT_WAIT_INTERVAL_IN_SECONDS
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
RapidScanService
public RapidScanService(RapidScanBdio2Reader bdio2Reader, RapidScanBdio2Uploader bdio2Uploader, RapidScanWaiter rapidScanWaiter)
-
-
Method Detail
-
performDeveloperScan
public java.util.List<com.synopsys.integration.blackduck.api.manual.view.DeveloperScanComponentResultView> performDeveloperScan(java.io.File bdio2File, long timeoutInSeconds) throws com.synopsys.integration.exception.IntegrationException, java.lang.InterruptedException- Throws:
com.synopsys.integration.exception.IntegrationExceptionjava.lang.InterruptedException
-
performDeveloperScan
public java.util.List<com.synopsys.integration.blackduck.api.manual.view.DeveloperScanComponentResultView> performDeveloperScan(java.io.File bdio2File, long timeoutInSeconds, int waitIntervalInSeconds) throws com.synopsys.integration.exception.IntegrationException, java.lang.InterruptedException- Throws:
com.synopsys.integration.exception.IntegrationExceptionjava.lang.InterruptedException
-
-