Class GitRevisionChecker


  • public final class GitRevisionChecker
    extends java.lang.Object
    Reads the current revision of the underlying repository.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String currentRevision()  
      • Methods inherited from class java.lang.Object

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

      • GIT_ABBREVIATION_LENGTH

        protected static final int GIT_ABBREVIATION_LENGTH
        See Also:
        Constant Field Values
    • Method Detail

      • currentRevision

        public static java.lang.String currentRevision()