Class RapidScanService


  • public class RapidScanService
    extends java.lang.Object
    • 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • DEFAULT_WAIT_INTERVAL_IN_SECONDS

        public static final int DEFAULT_WAIT_INTERVAL_IN_SECONDS
        See Also:
        Constant Field Values
    • 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.IntegrationException
        java.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.IntegrationException
        java.lang.InterruptedException