Uses of Interface
com.atlassian.bamboo.build.LimitedConcurrencyCaller.Callable
-
Uses of LimitedConcurrencyCaller.Callable in com.atlassian.bamboo.build
Modifier and TypeMethodDescription<T,
E extends Exception>
TLimitedConcurrencyCaller.execute
(LimitedConcurrencyCaller.Callable<T, E> callable) Execute code provided as Callable<T, E><T,
E extends Exception>
TLimitedConcurrencyCallerImpl.execute
(LimitedConcurrencyCaller.Callable<T, E> callable) -
Uses of LimitedConcurrencyCaller.Callable in com.atlassian.bamboo.core
Modifier and TypeMethodDescriptionstatic <S,
V, E extends Exception>
ScopedExclusionService.ExclusiveFunction<S,V, E> ScopedExclusionServiceHelper.adapt
(LimitedConcurrencyCaller.Callable<V, E> callable) Adapts the supplied parameter toScopedExclusionService.ExclusiveFunction