|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.jira.util.BuildUtilsInfoImpl
public class BuildUtilsInfoImpl
This class gives access to build-time properties at runtime. Its sources are the legacy BuildUtils class and the BuildUtilsInfo.properties file.
| Constructor Summary | |
|---|---|
BuildUtilsInfoImpl()
Creates a new BuildUtilsInfoImpl, loading the properties from the '' file. |
|
| Method Summary | |
|---|---|
String |
getApplinksVersion()
Returns the version of AppLinks that JIRA ships with. |
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. |
String |
getSalVersion()
Returns the version of Atlassian SAL that JIRA exports into OSGI-land. |
String |
getSvnRevision()
Get the SVN revision of the build as a String. |
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 |
|---|
public BuildUtilsInfoImpl()
| Method Detail |
|---|
public String getVersion()
BuildUtilsInfo
getVersion in interface BuildUtilsInfopublic String getCurrentBuildNumber()
BuildUtilsInfo
getCurrentBuildNumber in interface BuildUtilsInfopublic String getMinimumUpgradableBuildNumber()
BuildUtilsInfo
getMinimumUpgradableBuildNumber in interface BuildUtilsInfopublic Date getCurrentBuildDate()
BuildUtilsInfo
getCurrentBuildDate in interface BuildUtilsInfopublic String getBuildPartnerName()
BuildUtilsInfo
getBuildPartnerName in interface BuildUtilsInfopublic String getBuildInformation()
BuildUtilsInfo
getBuildInformation in interface BuildUtilsInfopublic String getSvnRevision()
BuildUtilsInfo
getSvnRevision in interface BuildUtilsInfopublic String getMinimumUpgradableVersion()
BuildUtilsInfo
getMinimumUpgradableVersion in interface BuildUtilsInfopublic String getEdition()
getEdition in interface BuildUtilsInfopublic Collection<Locale> getUnavailableLocales()
getUnavailableLocales in interface BuildUtilsInfopublic String getSalVersion()
getSalVersion in interface BuildUtilsInfopublic String getApplinksVersion()
getApplinksVersion in interface BuildUtilsInfopublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||