public class GitBuildInfo extends Object
Modifier and Type | Method and Description |
---|---|
String |
getBuildTime()
Return the time of the build
|
String |
getClosestTagName()
Return the closest tag name
|
String |
getGitCommit()
Get the closest commit ID
|
String |
getGitCommitDescription()
Get a description of the commit
|
static GitBuildInfo |
getInstance()
Get the one and only instance of this Singleton class
|
public static GitBuildInfo getInstance()
public String getGitCommit()
public String getGitCommitDescription()
public String getBuildTime()
public String getClosestTagName()
Copyright © 2023. All rights reserved.