Update

constructor()

Default constructor


constructor(id: String, author: PandoroUser, createDate: Long, targetVersion: String, status: UpdateStatus, project: Project)

Constructor to init a Update object

Since

1.2.0

Parameters

id

The identifier of the update

author

The author of the update

createDate

When the update has been created

targetVersion

The target project_version of the update

status

The current status of the update

project

The project owner


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

Parameters

id

The identifier of the update

author

The author of the update

createDate

When the update has been created

targetVersion

The target project_version of the update

startedBy

Who created the update

startDate

When the update has been started

publishedBy

Who published the update

publishDate

When the update has been published

status

The current status of the update

notes

The notes for the update to be done

project

The project owner

events

The events occurred during the lifecycle of the update