public static interface Banner.BuildInfoMeta
Banner.getBuildInfo()
.Modifier and Type | Field and Description |
---|---|
static String |
buildHost
The hostname on which the build was performed.
|
static String |
buildTimestamp
The timestamp of the build.
|
static String |
buildUser
The username that performed the build.
|
static String |
buildVersion
The bigdata release version.
|
static String |
gitBranch
The string representing the git build branch.
|
static String |
gitCommit
The string representing the git build commit.
|
static String |
osArch
The OS architecture on which the build was performed.
|
static String |
osName
The OS name on which the build was performed.
|
static String |
osVersion
The OS version on which the build was performed.
|
static String |
svnRevision
The source code revision.
|
static String |
svnURL
The source code repository URL for the branch.
|
static final String buildVersion
static final String svnRevision
static final String svnURL
static final String buildTimestamp
static final String buildUser
static final String buildHost
static final String osArch
static final String osName
static final String osVersion
static final String gitBranch
static final String gitCommit
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.