Uses of Interface
com.atlassian.bamboo.build.LimitedConcurrencyCaller.Callable
-
Packages that use LimitedConcurrencyCaller.Callable Package Description com.atlassian.bamboo.build com.atlassian.bamboo.core -
-
Uses of LimitedConcurrencyCaller.Callable in com.atlassian.bamboo.build
Methods in com.atlassian.bamboo.build with parameters of type LimitedConcurrencyCaller.Callable Modifier and Type Method Description <T,E extends Exception>
TLimitedConcurrencyCaller. execute(LimitedConcurrencyCaller.Callable<T,E> callable)
Execute code provided as Callable<T,E extends Exception>
TLimitedConcurrencyCallerImpl. execute(LimitedConcurrencyCaller.Callable<T,E> callable)
-
Uses of LimitedConcurrencyCaller.Callable in com.atlassian.bamboo.core
Methods in com.atlassian.bamboo.core with parameters of type LimitedConcurrencyCaller.Callable Modifier and Type Method Description static <S,V,E extends Exception>
ScopedExclusionService.ExclusiveFunction<S,V,E>ScopedExclusionServiceHelper. adapt(LimitedConcurrencyCaller.Callable<V,E> callable)
Adapts the supplied parameter toScopedExclusionService.ExclusiveFunction
-