nest.repository.support Documentation TaskDoc JavaDoc Packages
public interface DownloadBundleTaskOutput
Interface representing the output of the bundle download task.

The interface provides access to the paths and download results of the requested bundles. The results are available through strucuted task results, as the bundle downloadings are delegated to worker tasks.

Clients shouldn't implement this interface.

Methods
public StructuredListTaskResult
Gets the structured task result of the result bundle execution paths.
public StructuredListTaskResult
Gets the download worker task results of each bundle download request.
Gets the structured task result of the result bundle execution paths.

The elements of the result are instance of SakerPath that represent the absolute build execution file paths of the downloaded bundles.

The bundle paths.
Gets the download worker task results of each bundle download request.

The result contains elements that are instances of DownloadBundleWorkerTaskOutput

The download results.