Class HikariConnectionPoolConfigurationHelper
- java.lang.Object
-
- com.atlassian.bamboo.upgrade.utils.HikariConnectionPoolConfigurationHelper
-
public class HikariConnectionPoolConfigurationHelper extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
HIKARI_CONNECTION_PROVIDER
-
Constructor Summary
Constructors Constructor Description HikariConnectionPoolConfigurationHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
reconfigureConnectionPoolIfRequired(@NotNull com.atlassian.config.bootstrap.AtlassianBootstrapManager atlassianBootstrapManager)
-
-
-
Field Detail
-
HIKARI_CONNECTION_PROVIDER
public static String HIKARI_CONNECTION_PROVIDER
-
-