Uses of Class
com.atlassian.bamboo.beehive.ServiceWideExclusiveLock
-
Packages that use ServiceWideExclusiveLock Package Description com.atlassian.bamboo.beehive -
-
Uses of ServiceWideExclusiveLock in com.atlassian.bamboo.beehive
Methods in com.atlassian.bamboo.beehive that return ServiceWideExclusiveLock Modifier and Type Method Description static ServiceWideExclusiveLock
ServiceWideExclusiveLock. valueOf(String name)
Returns the enum constant of this type with the specified name.static ServiceWideExclusiveLock[]
ServiceWideExclusiveLock. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.bamboo.beehive with parameters of type ServiceWideExclusiveLock Modifier and Type Method Description static <T extends Throwable>
voidServiceWideExclusiveLock. withExclusiveClusterLock(@NotNull ServiceWideExclusiveLock lock, @NotNull com.atlassian.beehive.ClusterLockService clusterLockService, BambooRunnables.Throwing<T> runnable)
-