nest.repository.support Documentation TaskDoc JavaDoc Packages
public interface BundleUploadTaskOutput
Represents the output of a bundle upload build task.

The interface provide access to each upload result in the form of a structured task result, as the upload operations are split up into subtasks.

Clients shouldn't implement this interface.

Methods
public StructuredListTaskResult
Gets the structured task result of the upload worker tasks.
Gets the structured task result of the upload worker tasks.

Each element in the result is an instance of BundleUploadWorkerTaskOutput.

The upload results.