Uses of Interface
com.atlassian.bamboo.utils.BambooCallables.ThrowingX
Package
Description
-
Uses of BambooCallables.ThrowingX in com.atlassian.bamboo.util
Modifier and TypeMethodDescriptionBambooProfilingUtils.withUtilTimerStack
(@NotNull String message, BambooCallables.ThrowingX<T, E1, E2, E3> callable) Deprecated.CacheAwareness.withValuesOlderThanTimestampReloaded
(BambooCallables.ThrowingX<V, E1, E2, E3> callable, long timestamp, @Nullable CacheAwareness.CacheInfo... disabledCaches) Executes the supplied runnable with the listed caches invalidated, values reloaded if value was previously cached before the timestamp -
Uses of BambooCallables.ThrowingX in com.atlassian.bamboo.utils
Modifier and TypeInterfaceDescriptionstatic interface
static interface
BambooCallables.Throwing<V,
E1 extends Throwable> static interface
BambooCallables.Throwing1<V,
E1 extends Throwable> static interface
BambooCallables.Throwing2<V,
E1 extends Throwable, E2 extends Throwable> Modifier and TypeMethodDescriptionstatic <V> BambooCallables.NotThrowing<V>
BambooCallables.notThrowing
(BambooCallables.ThrowingX<V, ? extends Exception, ? extends Exception, ? extends Exception> callable) Returns a wrapped callable which does not throw checked exceptions. -
Uses of BambooCallables.ThrowingX in com.atlassian.bamboo.variable
Modifier and TypeMethodDescriptionCustomVariableContext.withVariableSubstitutor
(@NotNull VariableSubstitutor variableSubstitutor, BambooCallables.ThrowingX<V, E1, E2, E3> callable) Run operation with providedVariableSubstitutor
in thread local context.CustomVariableContextForTests.withVariableSubstitutor
(@NotNull VariableSubstitutor variableSubstitutor, BambooCallables.ThrowingX<V, E1, E2, E3> callable) CustomVariableContextImpl.withVariableSubstitutor
(@NotNull VariableSubstitutor variableSubstitutor, BambooCallables.ThrowingX<V, E1, E2, E3> callable)
Timers
directly