Project
Update
The ProjectUpdate
class is useful to
create a Pandoro's update
Author
N7ghtm4r3 - Tecknobit
See also
EquinoxItem
Constructors
Link copied to clipboard
constructor()
Default constructor
constructor(id: String, author: PandoroUser, createDate: Long, targetVersion: String, startedBy: PandoroUser, startDate: Long, publishedBy: PandoroUser, publishDate: Long, status: UpdateStatus, notes: ArrayList<Note>)
Constructor to init a ProjectUpdate
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
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
Link copied to clipboard
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