net.opentsdb
Class BuildData

java.lang.Object
  extended by net.opentsdb.BuildData

public final class BuildData
extends Object

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

short_revision

public static final String short_revision
Short revision at which this package was built.

See Also:
Constant Field Values

full_revision

public static final String full_revision
Full revision at which this package was built.

See Also:
Constant Field Values

date

public static final String date
UTC date at which this package was built.

See Also:
Constant Field Values

timestamp

public static final long timestamp
UNIX timestamp of the time of the build.

See Also:
Constant Field Values

repo_status

public static final BuildData.RepoStatus repo_status
Status of the repository at the time of the build.


user

public static final String user
Username of the user who built this package.

See Also:
Constant Field Values

host

public static final String host
Host on which this package was built.

See Also:
Constant Field Values

repo

public static final String repo
Path to the repository in which this package was built.

See Also:
Constant Field Values
Method Detail

revisionString

public static final String revisionString()
Human readable string describing the revision of this package.


buildString

public static final String buildString()
Human readable string describing the build information of this package.