src/main/kotlin/de/uapcore/lightpit/dao/DataAccessObject.kt

changeset 241
1ca4f27cefe8
parent 239
9365c7fb0240
child 242
b7f3e972b13c
     1.1 --- a/src/main/kotlin/de/uapcore/lightpit/dao/DataAccessObject.kt	Sat Nov 27 11:04:23 2021 +0100
     1.2 +++ b/src/main/kotlin/de/uapcore/lightpit/dao/DataAccessObject.kt	Sat Nov 27 12:12:20 2021 +0100
     1.3 @@ -86,4 +86,9 @@
     1.4       * Lists the issue history of the project with [projectId] for the past [days].
     1.5       */
     1.6      fun listIssueHistory(projectId: Int, days: Int): List<IssueHistoryEntry>
     1.7 +
     1.8 +    /**
     1.9 +     * Lists the issue comment history of the project with [projectId] for the past [days].
    1.10 +     */
    1.11 +    fun listIssueCommentHistory(projectId: Int, days: Int): List<IssueCommentHistoryEntry>
    1.12  }

mercurial