|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BuildUtilsInfo
Provides version information about the currently running build of JIRA.
| Method Summary | |
|---|---|
int |
getApplicationBuildNumber()
Gets the build number of this JIRA install. |
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 number of JIRA. |
int |
getDatabaseBuildNumber()
Gets the build number of the database that this JIRA instance points to. |
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 |
| Method Detail |
|---|
String getVersion()
String getCurrentBuildNumber()
This is the same value as getApplicationBuildNumber() except it is returned as a String.
getDatabaseBuildNumber(),
getApplicationBuildNumber()int getApplicationBuildNumber()
That is, the build number of the currently running installation files. The DB also stores a build number.
getDatabaseBuildNumber()int getDatabaseBuildNumber()
Under normal circumstances this will be the same as the build number of the JIRA installation. However, when you first upgrade a JIRA database or import data exported from an older JIRA, the existing database will start on the previous build number. JIRA will then run "Upgrade Tasks" to update the data in the DB.
getCurrentBuildNumber()String getMinimumUpgradableBuildNumber()
Date getCurrentBuildDate()
String getBuildPartnerName()
String getBuildInformation()
String getSvnRevision()
String getMinimumUpgradableVersion()
Collection<Locale> getUnavailableLocales()
String getSalVersion()
String getApplinksVersion()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||