Class UploadResult

    • Constructor Detail

      • UploadResult

        public UploadResult​(String archiveId)
        Constructs a new UploadResult with the specified archive ID.
        Parameters:
        archiveId - The ID of the uploaded artifact.
    • Method Detail

      • getArchiveId

        public String getArchiveId()
        Returns the ID of the uploaded archive.
        Returns:
        The ID of the uploaded archive.