src/main/kotlin/de/uapcore/lightpit/vcs/CommitRef.kt

Sat, 22 Jul 2023 11:32:27 +0200

author
Mike Becker <universe@uap-core.de>
date
Sat, 22 Jul 2023 11:32:27 +0200
changeset 281
c15b9555ecf3
parent 280
12b898531d1a
permissions
-rw-r--r--

make vcs command timeout configurable

relates to #274

package de.uapcore.lightpit.vcs

data class CommitRef(val hash: String, val issueId: Int, val message: String)

mercurial