Package org.hjug.git

Class ScmLogInfo


  • public class ScmLogInfo
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ScmLogInfo​(java.lang.String path, int earliestCommit, int mostRecentCommit, int commitCount)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • ScmLogInfo

        public ScmLogInfo​(java.lang.String path,
                          int earliestCommit,
                          int mostRecentCommit,
                          int commitCount)