net.opentsdb
public final class BuildData extends Object
net.opentsdb
Modifier and Type | Class and Description |
---|---|
static class |
BuildData.RepoStatus
Represents the status of the repository at the time of the build.
|
Modifier and Type | Field and Description |
---|---|
static String |
date
UTC date at which this package was built.
|
static String |
full_revision
Full revision at which this package was built.
|
static String |
host
Host on which this package was built.
|
static String |
repo
Path to the repository in which this package was built.
|
static BuildData.RepoStatus |
repo_status
Status of the repository at the time of the build.
|
static String |
short_revision
Short revision at which this package was built.
|
static long |
timestamp
UNIX timestamp of the time of the build.
|
static String |
user
Username of the user who built this package.
|
static String |
version
Version string MAJOR.MINOR.MAINT
|
Modifier and Type | Method and Description |
---|---|
static String |
buildString()
Human readable string describing the build information of this package.
|
static String |
date()
UTC date at which this package was built.
|
static String |
fullRevision()
Full revision at which this package was built.
|
static String |
host()
Host on which this package was built.
|
static String |
repo()
Path to the repository in which this package was built.
|
static BuildData.RepoStatus |
repoStatus()
Status of the repository at the time of the build.
|
static String |
revisionString()
Human readable string describing the revision of this package.
|
static String |
shortRevision()
Short revision at which this package was built.
|
static long |
timestamp()
UNIX timestamp of the time of the build.
|
static String |
user()
Username of the user who built this package.
|
static String |
version()
Version string MAJOR.MINOR.MAINT
|
public static final String version
public static final String short_revision
public static final String full_revision
public static final String date
public static final long timestamp
public static final BuildData.RepoStatus repo_status
public static final String user
public static final String host
public static final String repo
public static final String revisionString()
public static final String buildString()
public static String version()
public static String shortRevision()
public static String fullRevision()
public static String date()
public static long timestamp()
public static BuildData.RepoStatus repoStatus()
public static String user()
public static String host()
public static String repo()