Uses of Interface
com.atlassian.bamboo.utils.BambooRunnables.Throwing
-
Uses of BambooRunnables.Throwing in com.atlassian.bamboo.beehive
Modifier and TypeMethodDescriptionstatic <T extends Throwable>
voidServiceWideExclusiveLock.withExclusiveClusterLock
(@NotNull ServiceWideExclusiveLock lock, @NotNull com.atlassian.beehive.ClusterLockService clusterLockService, BambooRunnables.Throwing<T> runnable) -
Uses of BambooRunnables.Throwing in com.atlassian.bamboo.utils.db
Modifier and TypeMethodDescriptionprotected void
H2DbmsBean.handleException
(@NotNull Connection connection, @NotNull String table, @NotNull SQLException e, BambooRunnables.Throwing<SQLException> command) Attempts to handle an SQL exception, performingcommand
after properly fixing the state of the database if the cause of the problem is known.