com.dtolabs.rundeck.core
Class VersionConstants

java.lang.Object
  extended by com.dtolabs.rundeck.core.VersionConstants

public final class VersionConstants
extends java.lang.Object

VersionConstants defines the version and build numbers for the distribution.


Field Summary
static java.lang.String BUILD
          Build number.
static java.lang.String VERSION
          Version
static java.lang.String VERSION_IDENT
          Buid ident string.
 
Constructor Summary
VersionConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERSION

public static final java.lang.String VERSION
Version


BUILD

public static final java.lang.String BUILD
Build number.


VERSION_IDENT

public static final java.lang.String VERSION_IDENT
Buid ident string.

Constructor Detail

VersionConstants

public VersionConstants()