com.atlassian.crowd.util.build
Class BuildUtils

java.lang.Object
  extended by com.atlassian.crowd.util.build.BuildUtils

public class BuildUtils
extends java.lang.Object

Build constants.


Field Summary
static java.lang.String BUILD_DATE
          Build Date as String.
static java.lang.String BUILD_NUMBER
          Build Number.
static java.lang.String BUILD_VERSION
          Build Version.
 
Constructor Summary
BuildUtils()
           
 
Method Summary
static java.util.Date getCurrentBuildDate()
           
static java.lang.String getVersion()
          Build Version
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BUILD_VERSION

public static final java.lang.String BUILD_VERSION
Build Version.

See Also:
Constant Field Values

BUILD_NUMBER

public static final java.lang.String BUILD_NUMBER
Build Number.

See Also:
Constant Field Values

BUILD_DATE

public static final java.lang.String BUILD_DATE
Build Date as String.

See Also:
Constant Field Values
Constructor Detail

BuildUtils

public BuildUtils()
Method Detail

getVersion

public static java.lang.String getVersion()
Build Version

Returns:
the current build version number.

getCurrentBuildDate

public static java.util.Date getCurrentBuildDate()


Copyright © 2010 Atlassian. All Rights Reserved.