Uses of Interface
jenkins.util.ThrowingCallable
Packages that use ThrowingCallable
-
Uses of ThrowingCallable in hudson.model
Methods in hudson.model with parameters of type ThrowingCallableModifier and TypeMethodDescriptionprotected <V,T extends Throwable>
VQueue._callWithLock(ThrowingCallable<V, T> callable) Some operations require to be performed with theQueuelock held.protected <V,T extends Throwable>
VResourceController._callWithLock(ThrowingCallable<V, T> callable) static <V,T extends Throwable>
VItems.callWhileUpdatingByXml(ThrowingCallable<V, T> callable) Runs a block while makingItems.currentlyUpdatingByXml()be temporarily true.static <V,T extends Throwable>
VQueue.callWithLock(ThrowingCallable<V, T> callable) Some operations require theQueuelock held.