abstract class GithubTimelineItem(val githubId: String, var createdAt: OffsetDateTime) : IncomingTimelineItem, DereplicatorTimelineItemInfo
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
Properties
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