Uses of Interface
com.atlassian.bamboo.utils.BambooCallables.Throwing
-
Uses of BambooCallables.Throwing in com.atlassian.bamboo.utils
Modifier and TypeMethodDescriptionstatic <V,
E extends Throwable>
VBambooCallables.retryOnException
(BambooCallables.Throwing<V, E> callable, Class<E> exceptionClass) Utility to re-attempt to execute a callable if it fails with a known exception.static <V,
E extends Throwable>
VBambooCallables.retryOnExceptions
(BambooCallables.Throwing<V, E> callable, Class<? extends Throwable>... exceptionClass) Utility to re-attempt to execute a callable if it fails with a known exceptions.