Class BinaryScanBatchOutput
- java.lang.Object
-
- com.synopsys.integration.blackduck.codelocation.CodeLocationBatchOutput<BinaryScanOutput>
-
- com.synopsys.integration.blackduck.codelocation.binaryscanner.BinaryScanBatchOutput
-
- All Implemented Interfaces:
java.lang.Iterable<BinaryScanOutput>
public class BinaryScanBatchOutput extends CodeLocationBatchOutput<BinaryScanOutput>
-
-
Constructor Summary
Constructors Constructor Description BinaryScanBatchOutput(java.util.List<BinaryScanOutput> outputs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidthrowExceptionForError(com.synopsys.integration.log.IntLogger logger)-
Methods inherited from class com.synopsys.integration.blackduck.codelocation.CodeLocationBatchOutput
getExpectedNotificationCount, getOutputs, getProjectAndVersion, getSuccessfulCodeLocationNames, hasAnyFailures, iterator
-
-
-
-
Constructor Detail
-
BinaryScanBatchOutput
public BinaryScanBatchOutput(java.util.List<BinaryScanOutput> outputs)
-
-
Method Detail
-
throwExceptionForError
public void throwExceptionForError(com.synopsys.integration.log.IntLogger logger) throws BlackDuckIntegrationException- Throws:
BlackDuckIntegrationException
-
-