Types
Link copied to clipboard
A container for the changelog
Link copied to clipboard
@Serializable
A single changelog entry
Link copied to clipboard
Link copied to clipboard
@Serializable
Kotlin representation of the CommentQuery JSON
Link copied to clipboard
data class IssueData(val imsProject: String, val expand: String, val jiraId: String, val self: String, val key: String, var editmeta: JsonObject, var changelog: ChangeLogContainer, val fields: MutableMap<String, JsonElement>, var names: JsonObject, var schema: JsonObject, val comments: MutableMap<String, JiraComment> = mutableMapOf()) : IncomingIssue
Data of a single issue from the API to the database
Link copied to clipboard
Repository for IssueData
Link copied to clipboard
Link copied to clipboard
@Serializable
Kotlin representation of the Issue JSON
Link copied to clipboard
Kotlin representation of the IssueQueryRequest JSON
Link copied to clipboard
@Serializable
Kotlin representation of the IssueQueryRequest JSON
Link copied to clipboard
Kotlin representation of the IssueTypeRequest JSON
Link copied to clipboard
Link copied to clipboard
Intermediate representation of a single comment from Jira
Link copied to clipboard
class JiraTimelineItem(val id: String, val created: String, val author: JsonObject, val data: ChangelogFieldEntry) : IncomingTimelineItem
Intermediate representation of a single TimelineItem from Jira
Link copied to clipboard
class JiraTimelineItemConversionInformation(imsProject: String, githubId: String) : TimelineItemConversionInformation
TimelineItem maping between Jira and Gropius
Link copied to clipboard
@Serializable
Kotlin representation of the ProjectQuery JSON
Link copied to clipboard
Kotlin representation of the ProjectRequest JSON
Link copied to clipboard
Object describing the identification for a GitHub repo
Link copied to clipboard
@Serializable
A container for the changelog