Uses of Interface
jenkins.util.ThrowingRunnable
Packages that use ThrowingRunnable
-
Uses of ThrowingRunnable in hudson.model
Methods in hudson.model with parameters of type ThrowingRunnableModifier and TypeMethodDescriptionprotected <T extends Throwable>
voidQueue._runWithLock(ThrowingRunnable<T> runnable) Some operations require to be performed with theQueuelock held.protected <T extends Throwable>
voidResourceController._runWithLock(ThrowingRunnable<T> runnable) static <T extends Throwable>
voidItems.runWhileUpdatingByXml(ThrowingRunnable<T> runnable) Runs a block while makingItems.currentlyUpdatingByXml()be temporarily true.static <T extends Throwable>
voidQueue.runWithLock(ThrowingRunnable<T> runnable) Some operations require to be performed with theQueuelock held.