class AssignedTimelineItem(githubId: String, createdAt: OffsetDateTime, val createdBy: UserData?, val user: UserData?) : OwnedGithubTimelineItem

A timeline item that may be integrated into Gropius

Parameters

githubId

The GitHub ID of the timeline item

createdAt

The creation date of the timeline item

createdBy

The GitHub user that created the timeline item

user

The user to assign

Constructors

Link copied to clipboard
constructor(githubId: String, createdAt: OffsetDateTime, createdBy: UserData?, user: UserData?)
constructor(data: AssignedEventTimelineItemData)

Parse API data

Properties

Link copied to clipboard
Link copied to clipboard
val createdBy: UserData?
Link copied to clipboard
Link copied to clipboard
var id: ObjectId?

MongoDB ID

Link copied to clipboard
val user: UserData?

Functions

Link copied to clipboard
open suspend override fun gropiusTimelineItem(imsProject: IMSProject, service: SyncDataService, timelineItemConversionInformation: TimelineItemConversionInformation?, issue: Issue): Pair<List<TimelineItem>, TimelineItemConversionInformation>
Link copied to clipboard
open suspend override fun identification(): String