Uses of Interface
com.atlassian.bamboo.core.ScopedExclusionService.GeneratorCallable
-
Uses of ScopedExclusionService.GeneratorCallable in com.atlassian.bamboo.core
Modifier and TypeMethodDescriptionScopedExclusionService.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.ScopedExclusionServiceImpl.withNewLockedObject
(@NotNull Enum<?> generationScopeType, S objectToLockDuringGeneration, @Nullable Enum<?> generatedObjectScope, @NotNull ScopedExclusionService.GeneratorCallable<S, F> objectGenerator, @NotNull ScopedExclusionService.ExclusiveFunction<S, V, E> function)