Package com.atlassian.bamboo.health
Interface BambooHealthCheckService
-
- All Known Implementing Classes:
BambooHealthCheckServiceImpl
@Internal public interface BambooHealthCheckService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDatabasePasswordDecrypter()
DatabaseType
getDatabaseType()
Instance database typelong
getLocalAgentsCount()
int
getMaxDbConnectionPoolsSize()
Set<String>
getModulesThatCanBeDisabled()
MySQLChecks
getMySQLChecks()
Set<String>
getPluginsThatCanBeDisabled()
void
ignoreDisabledPlugin(String key)
void
ignoreDisabledPluginModule(String completeKey)
-
-
-
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)
-
getMySQLChecks
MySQLChecks getMySQLChecks()
- Returns:
- MySQL-specific validations
-
getDatabasePasswordDecrypter
String getDatabasePasswordDecrypter()
- Returns:
- cypher used to encrypt DB credentials
- Since:
- 9.5.0
-
-