All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.com.zegreatrob.tools.digger.model.Contribution.kt Maven / Gradle / Ivy

There is a newer version: 1.5.3
Show newest version
package com.zegreatrob.tools.digger.model

import kotlinx.datetime.Instant

data class Contribution(
    val lastCommit: String,
    val firstCommit: String,
    val authors: List,
    val commitCount: Int,
    val dateTime: Instant?,
    val firstCommitDateTime: Instant?,
    val ease: Int?,
    val storyId: String?,
    val semver: String?,
    val label: String?,
    val tagName: String?,
    val tagDateTime: Instant?,
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy