com.atlassian.jira.util
Class BuildUtilsInfoImpl

java.lang.Object
  extended by com.atlassian.jira.util.BuildUtilsInfoImpl
All Implemented Interfaces:
BuildUtilsInfo

public class BuildUtilsInfoImpl
extends Object
implements BuildUtilsInfo

Since:
v4.0

Constructor Summary
BuildUtilsInfoImpl()
           
 
Method Summary
 String getBuildInformation()
          Gets a build information summary as a String.
 String getBuildPartnerName()
          Gets the partner name of this JIRA build
 Date getCurrentBuildDate()
          Gets the date this version of JIRA was built on.
 String getCurrentBuildNumber()
          Gets the current build numbder of JIRA
 String getEdition()
           
 String getMinimumUpgradableBuildNumber()
          Gets the minimal build number that JIRA can upgrade from
 String getMinimumUpgradableVersion()
          Get the minimum version of JIRA that can be upgraded to this instance version.
 Collection<Locale> getUnavailableLocales()
           
 String getVersion()
          Gets the current version of JIRA
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BuildUtilsInfoImpl

public BuildUtilsInfoImpl()
Method Detail

getVersion

public String getVersion()
Description copied from interface: BuildUtilsInfo
Gets the current version of JIRA

Specified by:
getVersion in interface BuildUtilsInfo
Returns:
the current version of JIRA

getCurrentBuildNumber

public String getCurrentBuildNumber()
Description copied from interface: BuildUtilsInfo
Gets the current build numbder of JIRA

Specified by:
getCurrentBuildNumber in interface BuildUtilsInfo
Returns:
the current build number of JIRA

getMinimumUpgradableBuildNumber

public String getMinimumUpgradableBuildNumber()
Description copied from interface: BuildUtilsInfo
Gets the minimal build number that JIRA can upgrade from

Specified by:
getMinimumUpgradableBuildNumber in interface BuildUtilsInfo
Returns:
the minimal build number that JIRA can upgrade from

getCurrentBuildDate

public Date getCurrentBuildDate()
Description copied from interface: BuildUtilsInfo
Gets the date this version of JIRA was built on.

Specified by:
getCurrentBuildDate in interface BuildUtilsInfo
Returns:
the date this version of JIRA was built on

getBuildPartnerName

public String getBuildPartnerName()
Description copied from interface: BuildUtilsInfo
Gets the partner name of this JIRA build

Specified by:
getBuildPartnerName in interface BuildUtilsInfo
Returns:
the partner name of this JIRA build.

getBuildInformation

public String getBuildInformation()
Description copied from interface: BuildUtilsInfo
Gets a build information summary as a String.

Specified by:
getBuildInformation in interface BuildUtilsInfo
Returns:
a build information summary

getMinimumUpgradableVersion

public String getMinimumUpgradableVersion()
Description copied from interface: BuildUtilsInfo
Get the minimum version of JIRA that can be upgraded to this instance version.

Specified by:
getMinimumUpgradableVersion in interface BuildUtilsInfo
Returns:
the minimum version that can be upgraded.

getEdition

public String getEdition()
Specified by:
getEdition in interface BuildUtilsInfo

getUnavailableLocales

public Collection<Locale> getUnavailableLocales()
Specified by:
getUnavailableLocales in interface BuildUtilsInfo

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002-2010 Atlassian. All Rights Reserved.