Uses of Interface
com.atlassian.bamboo.utils.BambooRunnables.ThrowingX
Package
Description
-
Uses of BambooRunnables.ThrowingX in com.atlassian.bamboo.security
Modifier and TypeMethodDescriptionImpersonationHelper.runAs
(@NotNull BambooUser user, BambooRunnables.ThrowingX<E1, E2, E3> runnable) ImpersonationHelper.runWith
(@NotNull org.acegisecurity.Authentication authentication, BambooRunnables.ThrowingX<E1, E2, E3> runnable) ImpersonationHelper.runWithSystemAuthority
(BambooRunnables.ThrowingX<E1, E2, E3> runnable) -
Uses of BambooRunnables.ThrowingX in com.atlassian.bamboo.util
Modifier and TypeMethodDescriptionBambooProfilingUtils.withUtilTimerStack
(@NotNull String message, BambooRunnables.ThrowingX<E1, E2, E3> runnable) Deprecated.CacheAwareness.withValuesOlderThanTimestampReloaded
(BambooRunnables.ThrowingX<E1, E2, E3> runnable, long timestamp, @Nullable CacheAwareness.CacheInfo... disabledCached) Executes the supplied runnable with the listed caches invalidated, values reloaded if value was previously cached before the timestampCacheAwareness.withValuesOlderThanTimestampReloaded
(BambooRunnables.ThrowingX<E1, E2, E3> runnable, long timestamp, Iterable<CacheAwareness.CacheInfo> disabledCaches) Executes the supplied runnable with the listed caches invalidated, values reloaded if value was previously cached before the timestamp -
Uses of BambooRunnables.ThrowingX in com.atlassian.bamboo.utils
Modifier and TypeInterfaceDescriptionstatic interface
static interface
BambooRunnables.Throwing<E1 extends Throwable>
static interface
BambooRunnables.Throwing1<E1 extends Throwable>
static interface
BambooRunnables.Throwing2<E1 extends Throwable,
E2 extends Throwable> Modifier and TypeMethodDescriptionstatic void
BambooRunnables.runUnchecked
(BambooRunnables.ThrowingX<? extends Exception, ? extends Exception, ? extends Exception> throwingRunnable)
Timers
directly