Package tech.kronicle.sdk.models.git
Class GitRepo
- java.lang.Object
-
- tech.kronicle.sdk.models.git.GitRepo
-
public class GitRepo extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GitRepo(java.time.LocalDateTime firstCommitTimestamp, java.time.LocalDateTime lastCommitTimestamp, java.lang.Integer commitCount, java.util.List<Identity> authors, java.util.List<Identity> committers, java.lang.Integer authorCount, java.lang.Integer committerCount)
-