abstract class OwnedGithubTimelineItem(githubId: String, createdAt: OffsetDateTime) : GithubTimelineItem
GitHub Timeline Item with ID
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