Class SupportedDatabases
java.lang.Object
com.atlassian.jira.health.checks.database.SupportedDatabases
What versions of databases JIRA supports, based off https://confluence.atlassian.com/x/bO7ANw and https://confluence.atlassian.com/adminjiraserver080/supported-platforms-967896891.html
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Map<DatabaseVendor,List<String>> Get the nested map of database versions by vendor / JIRA version.
-
Constructor Details
-
SupportedDatabases
public SupportedDatabases()
-
-
Method Details
-
getDatabaseVersions
Get the nested map of database versions by vendor / JIRA version. Used to determine database compatibility.- Returns:
- A map of by
DatabaseVendorto supported versions will be inside that.
-