Interface DownloadArtifactPostProcessor.DownloadArtifactBinary

Enclosing interface:
DownloadArtifactPostProcessor

public static interface DownloadArtifactPostProcessor.DownloadArtifactBinary
This interface provides download artifact details required for post processing.
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Returns the size of this Binary value in bytes.
    Returns a URI for downloading this binary directly from the storage location.
  • Method Details

    • getUri

      URI getUri()
      Returns a URI for downloading this binary directly from the storage location.
      Returns:
      A URI for downloading the binary directly, or null if the binary cannot be downloaded directly or if the underlying implementation does not support this capability.
    • getSize

      long getSize()
      Returns the size of this Binary value in bytes.
      Returns:
      The size of this value in bytes.