nest.repository.support Documentation TaskDoc JavaDoc Packages
public interface BundleUploadWorkerTaskOutput
Represents the result of a bundle uploading worker task.

The interface provides access to information about the uploaded bundle.

Clients shouldn't implement this interface.

Methods
public BundleIdentifier
Gets the identifier of the uploaded bundle.
public String
Gets the MD5 hash of the bundle contents that was uploaded.
public String
Gets the SHA256 hash of the bundle contents that was uploaded.
Gets the identifier of the uploaded bundle.
The identifier.
public abstract String getMD5()
Gets the MD5 hash of the bundle contents that was uploaded.
The MD5 hash in a hexa encoded format.
public abstract String getSHA256()
Gets the SHA256 hash of the bundle contents that was uploaded.
The SHA256 hash in a hexa encoded format.