AssetUploadingEvent

The AssetUploadingEvent class is useful to represent an asset uploading Nova's event, this event makes change the Release's status to Verifying

Author

N7ghtm4r3 - Tecknobit

See also

Constructors

Link copied to clipboard
constructor()
Constructor to init the AssetUploadingEvent class No-any params required
constructor(jAssetUploadingEvent: JSONObject)
Constructor to init the AssetUploadingEvent class
constructor(id: String, releaseEventDate: Long, release: Release, assetsUploaded: List<AssetUploadingEvent.AssetUploaded>, comment: String, commented: Boolean)
Constructor to init the AssetUploadingEvent class

Types

Link copied to clipboard
@Entity
class AssetUploaded : EquinoxItem
The AssetUploaded class is useful to represent an asset uploaded

Properties

Link copied to clipboard
val ASSET_UPLOADING_EVENT_IDENTIFIER_KEY: String = "asset_uploading_event_id"
ASSET_UPLOADING_EVENT_IDENTIFIER_KEY the key for the "asset_uploading_event_id" field
Link copied to clipboard
val ASSET_UPLOADING_EVENT_KEY: String = "assetUploadingEvent"
ASSET_UPLOADING_EVENT_KEY the key for the "assetUploadingEvent" field
Link copied to clipboard
val ASSET_UPLOADING_EVENTS_KEY: String = "asset_uploading_events"
ASSET_UPLOADING_EVENTS_KEY the key for the "asset_uploading_events" field
Link copied to clipboard
assetsUploaded list of the assets have been uploaded in the events
Link copied to clipboard
comment the comment about the assets uploaded
Link copied to clipboard
val COMMENT_KEY: String = "comment"
COMMENT_KEY the key for the "comment" flag
Link copied to clipboard
private val commented: Boolean
commented whether these assets have already been commented by the Customer or Tester
Link copied to clipboard
val COMMENTED_KEY: String = "commented"
COMMENTED_KEY the key for the "commented" flag
Link copied to clipboard
Link copied to clipboard
protected val hItem: JsonHelper
Link copied to clipboard
protected val id: String
Link copied to clipboard
Link copied to clipboard
protected val release: Release
release the date when the event is occurred
Link copied to clipboard
val RELEASE_EVENT_DATE_KEY: String = "release_event_date"
RELEASE_EVENT_DATE_KEY the key for the "release_event_date" field
Link copied to clipboard
val RELEASE_EVENT_IDENTIFIER_KEY: String = "release_event_id"
RELEASE_EVENT_IDENTIFIER_KEY the key for the "release_event_id" field
Link copied to clipboard
val RELEASE_EVENT_KEY: String = "release_event"
RELEASE_EVENT_KEY the key for the "release_event" field
Link copied to clipboard
RELEASE_EVENT_STATUS_KEY the key for the "status" field
Link copied to clipboard
val RELEASE_EVENTS_KEY: String = "release_events"
RELEASE_EVENTS_KEY the key for the "release_events" field
Link copied to clipboard
val RELEASE_TAG_IDENTIFIER_KEY: String = "release_tag_id"
RELEASE_TAG_IDENTIFIER_KEY the key for the "release_tag_id" field
Link copied to clipboard
protected val releaseEventDate: Long
releaseEventDate the date when the event occurred
Link copied to clipboard
status the related status of the event
Link copied to clipboard
protected val timeFormatter: TimeFormatter

Functions

Link copied to clipboard
open fun getId(): String
Link copied to clipboard
open fun getRelease(): Release
Method to get release instance No-any params required
Link copied to clipboard
Method to get releaseEventDate instance No-any params required
Link copied to clipboard
Method to get releaseEventDate instance No-any params required
Link copied to clipboard
Method to get status instance No-any params required
Link copied to clipboard
open fun isCommented(): Boolean
Method to get commented instance No-any params required
Link copied to clipboard
open fun returnReleaseEventsList(jReleaseEvents: JSONArray): List<ReleaseEvent>
Method to assemble and return a List of release events
Link copied to clipboard
open fun toString(): String