public final class ProjectVersion
extends Object
Project version information.
-
-
-
方法概要
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
字段详细资料
-
VERSION
public static final String VERSION
version information.
- 另请参阅:
-
-
COMMIT_ID
public static final String COMMIT_ID
git commit id.
- 另请参阅:
-
-
SCM_BRANCH
public static final String SCM_BRANCH
git branch name.
- 另请参阅:
-
-
TIMESTAMP
public static final String TIMESTAMP
build timestamp.
- 另请参阅:
-
-
构造器详细资料
-
ProjectVersion
public ProjectVersion()