AssetUploadingEvent
constructor()
Constructor to init the AssetUploadingEvent class No-any params required
constructor(jAssetUploadingEvent: JSONObject)
Constructor to init the AssetUploadingEvent class
Parameters
jAssetUploadingEvent
: asset uploading event details formatted as JSON
constructor(id: String, releaseEventDate: Long, release: Release, assetsUploaded: List<AssetUploadingEvent.AssetUploaded>, comment: String, commented: Boolean)
Constructor to init the AssetUploadingEvent class
Parameters
id
: the identifier of the event
releaseEventDate
: the date when the event is occurred
release
: the date when the event occurred
assetsUploaded
: list of the assets have been uploaded in the events
comment
: the comment about the assets uploaded
commented
: whether these assets have already been commented by the Customer