Update
The Update class is useful to
represent an update
Author
N7ghtm4r3 - Tecknobit
See also
EquinoxItem
Constructors
Link copied to clipboard
constructor()
Default constructor
constructor(id: String, author: PandoroUser, createDate: Long, targetVersion: String, status: UpdateStatus, project: Project)
Constructor to init a Update
object
constructor(id: String, author: PandoroUser, createDate: Long, targetVersion: String, startedBy: PandoroUser, startDate: Long, publishedBy: PandoroUser, publishDate: Long, status: UpdateStatus, notes: ArrayList<Note>, project: Project, events: List<UpdateEvent>)
Constructor to init a Update
object
Properties
Link copied to clipboard
author the
author of the update
Link copied to clipboard
createDate
when the update has been created
Link copied to clipboard
Link copied to clipboard
events the
events occurred during the lifecycle of the update
Link copied to clipboard
publishDate
when the update has been published
Link copied to clipboard
publishedBy
who published the update
Link copied to clipboard
startedBy
who created the update
Link copied to clipboard
status the
status of the update
Link copied to clipboard
targetVersion the target
project_version of the update
Functions
Link copied to clipboard
Method to get createDate
instance
Link copied to clipboard
Method to get how many days have been
required to publish the update
Link copied to clipboard
Method to get publishDate
instance
Link copied to clipboard
Method to get startDate
instance
Link copied to clipboard
Method used to check whether the update has
been
PUBLISHED