com.atlassian.jira.util
Class BuildUtils

java.lang.Object
  extended by com.atlassian.jira.util.BuildUtils

Deprecated. you shouldn't be using this class directly, use BuildUtilsInfo instead.

public final class BuildUtils
extends Object


Constructor Summary
BuildUtils()
          Deprecated.  
 
Method Summary
static String getBuildInformation()
          Deprecated.  
static String getBuildPartnerName()
          Deprecated.  
static Date getCurrentBuildDate()
          Deprecated.  
static String getCurrentBuildNumber()
          Deprecated.  
static String getEdition()
          Deprecated.  
static String getMinimumUpgradableBuildNumber()
          Deprecated.  
static String getMinimumUpgradableVersion()
          Deprecated.  
static Collection<Locale> getUnavailableLocales()
          Deprecated.  
static String getVersion()
          Deprecated.  
static boolean isEnterprise()
          Deprecated.  
static boolean isProfessional()
          Deprecated.  
static boolean isStandard()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuildUtils

public BuildUtils()
Deprecated. 
Method Detail

getVersion

public static String getVersion()
Deprecated. 

getCurrentBuildNumber

public static String getCurrentBuildNumber()
Deprecated. 

getCurrentBuildDate

public static Date getCurrentBuildDate()
Deprecated. 

isProfessional

public static boolean isProfessional()
Deprecated. 

isEnterprise

public static boolean isEnterprise()
Deprecated. 

isStandard

public static boolean isStandard()
Deprecated. 

getEdition

public static String getEdition()
Deprecated. 

getBuildInformation

public static String getBuildInformation()
Deprecated. 

getBuildPartnerName

public static String getBuildPartnerName()
Deprecated. 

getUnavailableLocales

public static Collection<Locale> getUnavailableLocales()
Deprecated. 

getMinimumUpgradableVersion

public static String getMinimumUpgradableVersion()
Deprecated. 

getMinimumUpgradableBuildNumber

public static String getMinimumUpgradableBuildNumber()
Deprecated. 


Copyright © 2002-2009 Atlassian. All Rights Reserved.