nest.repository.support Documentation TaskDoc JavaDoc Packages
public interface DownloadBundleWorkerTaskOutput
Output of a bundle download worker task.

The interface provides access to the download result path as well as additional bundle information.

Clients shouldn't implement this interface.

Methods
public default BundleIdentifier
Gets the bundle identifier of the downloaded bundle.
public BundleKey
Gets the bundle key of the downloaded bundle.
public ContentDescriptor
Gets a content descriptor of the contents of the bundle.
public SakerPath
Gets the absolute build execution path of the downloaded bundle.
Gets the bundle identifier of the downloaded bundle.
The bundle identifier.
public abstract BundleKey getBundleKey()
Gets the bundle key of the downloaded bundle.
The bundle key.
Gets a content descriptor of the contents of the bundle.

The content descriptor doesn't include the dependencies in it.

The content descriptor.
public abstract SakerPath getPath()
Gets the absolute build execution path of the downloaded bundle.
The result path.