Uses of Interface
com.atlassian.bamboo.utils.BambooRunnables.ThrowingX
-
Packages that use BambooRunnables.ThrowingX Package Description com.atlassian.bamboo.security com.atlassian.bamboo.util com.atlassian.bamboo.utils -
-
Uses of BambooRunnables.ThrowingX in com.atlassian.bamboo.security
Methods in com.atlassian.bamboo.security with parameters of type BambooRunnables.ThrowingX Modifier and Type Method Description static <E1 extends Throwable,E2 extends Throwable,E3 extends Throwable>
voidImpersonationHelper. runAs(@NotNull BambooUser user, BambooRunnables.ThrowingX<E1,E2,E3> runnable)
static <E1 extends Throwable,E2 extends Throwable,E3 extends Throwable>
voidImpersonationHelper. runWith(@NotNull org.acegisecurity.Authentication authentication, BambooRunnables.ThrowingX<E1,E2,E3> runnable)
static <E1 extends Throwable,E2 extends Throwable,E3 extends Throwable>
voidImpersonationHelper. runWithSystemAuthority(BambooRunnables.ThrowingX<E1,E2,E3> runnable)
-
Uses of BambooRunnables.ThrowingX in com.atlassian.bamboo.util
Methods in com.atlassian.bamboo.util with parameters of type BambooRunnables.ThrowingX Modifier and Type Method Description static <E1 extends Throwable,E2 extends Throwable,E3 extends Throwable>
voidBambooProfilingUtils. withUtilTimerStack(@NotNull String message, BambooRunnables.ThrowingX<E1,E2,E3> runnable)
Deprecated.since 6.10 useTimers
directlystatic <E1 extends Exception,E2 extends Exception,E3 extends Exception>
voidCacheAwareness. 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 timestampstatic <E1 extends Exception,E2 extends Exception,E3 extends Exception>
voidCacheAwareness. 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
Subinterfaces of BambooRunnables.ThrowingX in com.atlassian.bamboo.utils Modifier and Type Interface Description static interface
BambooRunnables.NotThrowing
static interface
BambooRunnables.Throwing<E1 extends Throwable>
static interface
BambooRunnables.Throwing1<E1 extends Throwable>
static interface
BambooRunnables.Throwing2<E1 extends Throwable,E2 extends Throwable>
Classes in com.atlassian.bamboo.utils that implement BambooRunnables.ThrowingX Modifier and Type Class Description static class
BambooRunnables.BambooRunnableFromCallable<V>
Methods in com.atlassian.bamboo.utils with parameters of type BambooRunnables.ThrowingX Modifier and Type Method Description static void
BambooRunnables. runUnchecked(BambooRunnables.ThrowingX<? extends Exception,? extends Exception,? extends Exception> throwingRunnable)
-