Uses of Interface
com.atlassian.bamboo.utils.BambooRunnables.Throwing
Packages that use BambooRunnables.Throwing
-
Uses of BambooRunnables.Throwing in com.atlassian.bamboo.beehive
Methods in com.atlassian.bamboo.beehive with parameters of type BambooRunnables.ThrowingModifier 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
Methods in com.atlassian.bamboo.utils.db with parameters of type BambooRunnables.ThrowingModifier and TypeMethodDescriptionprotected voidH2DbmsBean.handleException(@NotNull Connection connection, @NotNull String table, @NotNull SQLException e, BambooRunnables.Throwing<SQLException> command) Attempts to handle an SQL exception, performingcommandafter properly fixing the state of the database if the cause of the problem is known.