|
||||||||||
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
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 |
---|
public BuildUtilsInfoImpl()
Method Detail |
---|
public String getVersion()
BuildUtilsInfo
getVersion
in interface BuildUtilsInfo
public String getCurrentBuildNumber()
BuildUtilsInfo
getCurrentBuildNumber
in interface BuildUtilsInfo
public String getMinimumUpgradableBuildNumber()
BuildUtilsInfo
getMinimumUpgradableBuildNumber
in interface BuildUtilsInfo
public Date getCurrentBuildDate()
BuildUtilsInfo
getCurrentBuildDate
in interface BuildUtilsInfo
public String getBuildPartnerName()
BuildUtilsInfo
getBuildPartnerName
in interface BuildUtilsInfo
public String getBuildInformation()
BuildUtilsInfo
getBuildInformation
in interface BuildUtilsInfo
public String getMinimumUpgradableVersion()
BuildUtilsInfo
getMinimumUpgradableVersion
in interface BuildUtilsInfo
public String getEdition()
getEdition
in interface BuildUtilsInfo
public Collection<Locale> getUnavailableLocales()
getUnavailableLocales
in interface BuildUtilsInfo
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |