uploadAssets

open fun uploadAssets(requesterUser: String, project: Project, releaseId: String, assets: Array<MultipartFile>, comment: String): Boolean

Method to upload a new assets on a release

Return

whether the upload has been successful

Parameters

requesterUser

: the user who made the request to uploads the assets

project

: the project where the release is attached

releaseId

: the release identifier

assets

: the assets to upload

comment

: the comment for the uploaded assets