Class 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)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GitRepo

        public 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)