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

Inheritors

Constructors

Link copied to clipboard
constructor(githubId: String, createdAt: OffsetDateTime)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var id: ObjectId?

MongoDB ID

Functions

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