Class BlackDuckBucketFillTask<T extends com.synopsys.integration.blackduck.api.core.BlackDuckResponse>

  • All Implemented Interfaces:
    java.util.concurrent.Callable<java.util.Optional<T>>

    public class BlackDuckBucketFillTask<T extends com.synopsys.integration.blackduck.api.core.BlackDuckResponse>
    extends java.lang.Object
    implements java.util.concurrent.Callable<java.util.Optional<T>>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Optional<T> call()  
      • Methods inherited from class java.lang.Object

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

      • BlackDuckBucketFillTask

        public BlackDuckBucketFillTask​(BlackDuckApiClient blackDuckApiClient,
                                       BlackDuckBucket blackDuckBucket,
                                       com.synopsys.integration.blackduck.api.core.response.LinkSingleResponse<T> linkSingleResponse)
    • Method Detail

      • call

        public java.util.Optional<T> call()
        Specified by:
        call in interface java.util.concurrent.Callable<T extends com.synopsys.integration.blackduck.api.core.BlackDuckResponse>