Package com.atlassian.bamboo.health
Interface BambooHealthCheckService
- All Known Implementing Classes:
BambooHealthCheckServiceImpl
@Internal
public interface BambooHealthCheckService
-
Method Summary
Modifier and TypeMethodDescriptionInstance database typelong
int
void
void
ignoreDisabledPluginModule
(String completeKey)
-
Method Details
-
getDatabaseType
DatabaseType getDatabaseType()Instance database type- Since:
- 5.10.0
-
getMaxDbConnectionPoolsSize
int getMaxDbConnectionPoolsSize() -
getLocalAgentsCount
long getLocalAgentsCount() -
ignoreDisabledPlugin
-
ignoreDisabledPluginModule
-
getPluginsThatCanBeDisabled
-
getModulesThatCanBeDisabled
-
getMySQLChecks
MySQLChecks getMySQLChecks()- Returns:
- MySQL-specific validations
-
getDatabasePasswordDecrypter
String getDatabasePasswordDecrypter()- Returns:
- cypher used to encrypt DB credentials
- Since:
- 9.5.0
-