com.atlassian.jira.util
Interface BuildUtilsInfo

All Known Implementing Classes:
BuildUtilsInfoImpl

public interface BuildUtilsInfo

An interface based reprentation of the static BuildUtils. Testing here we come!

Since:
v4.0

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
 

Method Detail

getVersion

String getVersion()
Gets the current version of JIRA

Returns:
the current version of JIRA

getCurrentBuildNumber

String getCurrentBuildNumber()
Gets the current build numbder of JIRA

Returns:
the current build number of JIRA

getMinimumUpgradableBuildNumber

String getMinimumUpgradableBuildNumber()
Gets the minimal build number that JIRA can upgrade from

Returns:
the minimal build number that JIRA can upgrade from

getCurrentBuildDate

Date getCurrentBuildDate()
Gets the date this version of JIRA was built on.

Returns:
the date this version of JIRA was built on

getBuildPartnerName

String getBuildPartnerName()
Gets the partner name of this JIRA build

Returns:
the partner name of this JIRA build.

getBuildInformation

String getBuildInformation()
Gets a build information summary as a String.

Returns:
a build information summary

getMinimumUpgradableVersion

String getMinimumUpgradableVersion()
Get the minimum version of JIRA that can be upgraded to this instance version.

Returns:
the minimum version that can be upgraded.

getEdition

String getEdition()

getUnavailableLocales

Collection<Locale> getUnavailableLocales()


Copyright © 2002-2010 Atlassian. All Rights Reserved.