Interface BambooHealthCheckService

    • Method Detail

      • getDatabaseType

        DatabaseType getDatabaseType()
        Instance database type
        Since:
        5.10.0
      • getMaxDbConnectionPoolsSize

        int getMaxDbConnectionPoolsSize()
      • getLocalAgentsCount

        long getLocalAgentsCount()
      • ignoreDisabledPlugin

        void ignoreDisabledPlugin​(String key)
      • ignoreDisabledPluginModule

        void ignoreDisabledPluginModule​(String completeKey)
      • getPluginsThatCanBeDisabled

        Set<String> getPluginsThatCanBeDisabled()
      • getModulesThatCanBeDisabled

        Set<String> getModulesThatCanBeDisabled()
      • getMySQLChecks

        MySQLChecks getMySQLChecks()
        Returns:
        MySQL-specific validations
      • getDatabasePasswordDecrypter

        String getDatabasePasswordDecrypter()
        Returns:
        cypher used to encrypt DB credentials
        Since:
        9.5.0