Package com.atlassian.bamboo.upgrade
Class BootstrapTaskConnectionProvider
java.lang.Object
com.atlassian.bamboo.upgrade.BootstrapTaskConnectionProvider
-
Method Summary
Modifier and TypeMethodDescriptionstatic Connection
getConnection
(com.atlassian.config.db.HibernateConfig hibernateConfig) static void
stop()
static void
withNoConnectionAllowed
(Callable<Object> runnable)
-
Method Details
-
withNoConnectionAllowed
- Throws:
Exception
-
stop
public static void stop() -
getConnection
public static Connection getConnection(com.atlassian.config.db.HibernateConfig hibernateConfig) throws SQLException - Throws:
SQLException
-