Uses of Interface
com.atlassian.bamboo.core.ScopedExclusionService.GeneratorCallable
-
Packages that use ScopedExclusionService.GeneratorCallable Package Description com.atlassian.bamboo.core -
-
Uses of ScopedExclusionService.GeneratorCallable in com.atlassian.bamboo.core
Methods in com.atlassian.bamboo.core with parameters of type ScopedExclusionService.GeneratorCallable Modifier and Type Method Description <S,V,E extends Throwable,F extends Throwable>
VScopedExclusionService. withNewLockedObject(@NotNull Enum<?> generationScope, S objectToLockDuringGeneration, @Nullable Enum<?> generatedObjectScope, @NotNull ScopedExclusionService.GeneratorCallable<S,F> objectGenerator, @NotNull ScopedExclusionService.ExclusiveFunction<S,V,E> function)
Executes code with a new, unique name generated within given exclusion scope and locked for exclusive use.<S,V,E extends Throwable,F extends Throwable>
VScopedExclusionServiceImpl. withNewLockedObject(@NotNull Enum<?> generationScopeType, S objectToLockDuringGeneration, @Nullable Enum<?> generatedObjectScope, @NotNull ScopedExclusionService.GeneratorCallable<S,F> objectGenerator, @NotNull ScopedExclusionService.ExclusiveFunction<S,V,E> function)
-