Class GitCommitsTableFunction


  • public class GitCommitsTableFunction
    extends java.lang.Object
    Table function that executes the OS "git log" command to discover git commits.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.lang.String OFF
      An example of the offset at the end of author and committer fields.
      private static java.lang.String TS_OFF
      An example of the timestamp + offset at the end of author and committer fields.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static ScannableTable eval​(boolean b)  
      • Methods inherited from class java.lang.Object

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

      • TS_OFF

        private static final java.lang.String TS_OFF
        An example of the timestamp + offset at the end of author and committer fields.
        See Also:
        Constant Field Values
      • OFF

        private static final java.lang.String OFF
        An example of the offset at the end of author and committer fields.
        See Also:
        Constant Field Values
    • Constructor Detail

      • GitCommitsTableFunction

        private GitCommitsTableFunction()