Class BinaryScanUploadService


  • public class BinaryScanUploadService
    extends DataService
    • Method Detail

      • uploadBinaryScanAndWait

        public BinaryScanBatchOutput uploadBinaryScanAndWait​(BinaryScanCodeLocationCreationRequest uploadRequest,
                                                             long timeoutInSeconds)
                                                      throws com.synopsys.integration.exception.IntegrationException,
                                                             java.lang.InterruptedException
        Throws:
        com.synopsys.integration.exception.IntegrationException
        java.lang.InterruptedException
      • uploadBinaryScanAndWait

        public BinaryScanBatchOutput uploadBinaryScanAndWait​(BinaryScanBatch uploadBatch,
                                                             long timeoutInSeconds)
                                                      throws com.synopsys.integration.exception.IntegrationException,
                                                             java.lang.InterruptedException
        Throws:
        com.synopsys.integration.exception.IntegrationException
        java.lang.InterruptedException
      • uploadBinaryScanAndWait

        public BinaryScanBatchOutput uploadBinaryScanAndWait​(BinaryScan binaryScan,
                                                             long timeoutInSeconds)
                                                      throws com.synopsys.integration.exception.IntegrationException,
                                                             java.lang.InterruptedException
        Throws:
        com.synopsys.integration.exception.IntegrationException
        java.lang.InterruptedException
      • waitForBinaryScanUpload

        public void waitForBinaryScanUpload​(NotificationTaskRange notificationTaskRange,
                                            com.synopsys.integration.util.NameVersion projectAndVersion,
                                            java.util.Set<java.lang.String> codeLocationNames,
                                            int expectedNotificationCount,
                                            long timeoutInSeconds)
                                     throws com.synopsys.integration.exception.IntegrationException,
                                            java.lang.InterruptedException
        Throws:
        com.synopsys.integration.exception.IntegrationException
        java.lang.InterruptedException