Uses of Interface
com.atlassian.bamboo.utils.BambooCallables.ThrowingX
Packages that use BambooCallables.ThrowingX
Package
Description
-
Uses of BambooCallables.ThrowingX in com.atlassian.bamboo.util
Methods in com.atlassian.bamboo.util with parameters of type BambooCallables.ThrowingXModifier and TypeMethodDescriptionCacheAwareness.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
Subinterfaces of BambooCallables.ThrowingX in com.atlassian.bamboo.utilsModifier 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> Methods in com.atlassian.bamboo.utils with parameters of type BambooCallables.ThrowingXModifier 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
Methods in com.atlassian.bamboo.variable with parameters of type BambooCallables.ThrowingXModifier 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)