public class BuildInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
branch |
protected String |
buildTime |
protected String |
buildUserEmail |
protected String |
buildUserName |
protected String |
commitId |
protected String |
commitMessageFull |
protected String |
commitMessageShort |
protected String |
commitTime |
protected String |
commitUserEmail |
protected String |
commitUserName |
protected String |
describe |
protected String |
describeShort |
static String |
ENGINE_VERSION |
| Modifier and Type | Method and Description |
|---|---|
static String |
get() |
String |
getBranch() |
String |
getBuildTime() |
String |
getBuildUserEmail() |
String |
getBuildUserName() |
String |
getCommitId() |
String |
getCommitMessageFull() |
String |
getCommitMessageShort() |
String |
getCommitTime() |
String |
getCommitUserEmail() |
String |
getCommitUserName() |
String |
getDescribe() |
String |
getDescribeShort() |
static BuildInfo |
load() |
String |
toString() |
public static final String ENGINE_VERSION
protected String branch
protected String describe
protected String describeShort
protected String commitId
protected String buildUserName
protected String buildUserEmail
protected String buildTime
protected String commitUserName
protected String commitUserEmail
protected String commitMessageShort
protected String commitMessageFull
protected String commitTime
public static BuildInfo load() throws IOException
IOExceptionpublic static String get()
public String getBranch()
public String getDescribe()
public String getDescribeShort()
public String getCommitId()
public String getBuildUserName()
public String getBuildUserEmail()
public String getBuildTime()
public String getCommitUserName()
public String getCommitUserEmail()
public String getCommitMessageShort()
public String getCommitMessageFull()
public String getCommitTime()
Copyright © 2014. All rights reserved.