|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.opentsdb.BuildData
public final class BuildData
Build data for net.opentsdb
| Nested Class Summary | |
|---|---|
static class |
BuildData.RepoStatus
Represents the status of the repository at the time of the build. |
| Field Summary | |
|---|---|
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. |
| Method Summary | |
|---|---|
static String |
buildString()
Human readable string describing the build information of this package. |
static String |
revisionString()
Human readable string describing the revision of this package. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
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
| Method Detail |
|---|
public static final String revisionString()
public static final String buildString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||