com.atlassian.crowd.util.build
Class BuildUtils

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

public class BuildUtils
extends Object

Build constants.


Field Summary
static String BUILD_DATE
          Build Date as String.
static String BUILD_NUMBER
          Build Number.
static String BUILD_VERSION
          Build Version.
 
Constructor Summary
BuildUtils()
           
 
Method Summary
static Date getCurrentBuildDate()
           
static 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 String BUILD_VERSION
Build Version.

See Also:
Constant Field Values

BUILD_NUMBER

public static final String BUILD_NUMBER
Build Number.

See Also:
Constant Field Values

BUILD_DATE

public static final String BUILD_DATE
Build Date as String.

See Also:
Constant Field Values
Constructor Detail

BuildUtils

public BuildUtils()
Method Detail

getVersion

public static String getVersion()
Build Version

Returns:
the current build version number.

getCurrentBuildDate

public static Date getCurrentBuildDate()


Copyright © 2013 Atlassian. All Rights Reserved.