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
 java.lang.String getBuildInformation()
          Gets a build information summary as a String.
 java.lang.String getBuildPartnerName()
          Gets the partner name of this JIRA build
 java.util.Date getCurrentBuildDate()
          Gets the date this version of JIRA was built on.
 java.lang.String getCurrentBuildNumber()
          Gets the current build numbder of JIRA
 java.lang.String getEdition()
           
 java.lang.String getMinimumUpgradableBuildNumber()
          Gets the minimal build number that JIRA can upgrade from
 java.lang.String getMinimumUpgradableVersion()
          Get the minimum version of JIRA that can be upgraded to this instance version.
 java.lang.String getSvnRevision()
          Get the SVN revision of the build as a String.
 java.util.Collection<java.util.Locale> getUnavailableLocales()
           
 java.lang.String getVersion()
          Gets the current version of JIRA
 

Method Detail

getVersion

java.lang.String getVersion()
Gets the current version of JIRA

Returns:
the current version of JIRA

getCurrentBuildNumber

java.lang.String getCurrentBuildNumber()
Gets the current build numbder of JIRA

Returns:
the current build number of JIRA

getMinimumUpgradableBuildNumber

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

Returns:
the minimal build number that JIRA can upgrade from

getCurrentBuildDate

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

Returns:
the date this version of JIRA was built on

getBuildPartnerName

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

Returns:
the partner name of this JIRA build.

getBuildInformation

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

Returns:
a build information summary

getSvnRevision

java.lang.String getSvnRevision()
Get the SVN revision of the build as a String. Will be empty if building from source and it wasn't checked out from SVN

Returns:
the SVN revision of this build of JIRA

getMinimumUpgradableVersion

java.lang.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

java.lang.String getEdition()

getUnavailableLocales

java.util.Collection<java.util.Locale> getUnavailableLocales()


Copyright © 2002-2010 Atlassian. All Rights Reserved.