Uses of Interface
com.atlassian.bamboo.core.ScopedExclusionService.GeneratorCallable

Packages that use ScopedExclusionService.GeneratorCallable
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
<S,V,E extends java.lang.Throwable,F extends java.lang.Throwable>
V
ScopedExclusionService.withNewLockedObject(java.lang.Enum<?> generationScope, S objectToLockDuringGeneration, java.lang.Enum<?> generatedObjectScope, ScopedExclusionService.GeneratorCallable<S,F> objectGenerator, 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 java.lang.Throwable,F extends java.lang.Throwable>
V
ScopedExclusionServiceImpl.withNewLockedObject(java.lang.Enum<?> generationScopeType, S objectToLockDuringGeneration, java.lang.Enum<?> generatedObjectScope, ScopedExclusionService.GeneratorCallable<S,F> objectGenerator, ScopedExclusionService.ExclusiveFunction<S,V,E> function)
           
 



Copyright © 2012 Atlassian. All Rights Reserved.