public class GitVersionInfo
extends Object
- Author:
- scf
-
Field Summary
Fields
static final com.fasterxml.jackson.core.type.TypeReference<Map<String,String>>
A type reference for Map<String, String>.
-
Method Summary
static void
Outputs the git version info to the log.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
TYPE_MAP_STRING_STRING
public static final com.fasterxml.jackson.core.type.TypeReference<Map<String,String>> TYPE_MAP_STRING_STRING
A type reference for Map<String, String>.
-
PACKAGE_NAME
public static final String PACKAGE_NAME
- See Also:
-
-
Method Details
-
logGitInfo
public static void logGitInfo()
Outputs the git version info to the log.
-
getGitDescription
public static String getGitDescription()