Class SupportedDatabases

java.lang.Object
com.atlassian.jira.health.checks.database.SupportedDatabases

public class SupportedDatabases extends Object
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 Details

    • SupportedDatabases

      public SupportedDatabases()
  • Method Details

    • getDatabaseVersions

      public static Map<DatabaseVendor,List<String>> getDatabaseVersions()
      Get the nested map of database versions by vendor / JIRA version. Used to determine database compatibility.
      Returns:
      A map of by DatabaseVendor to supported versions will be inside that.