Uses of Class
jenkins.model.queue.AsynchronousExecution
-
Packages that use AsynchronousExecution Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
. -
-
Uses of AsynchronousExecution in hudson.model
Methods in hudson.model that return AsynchronousExecution Modifier and Type Method Description AsynchronousExecution
Executor. getAsynchronousExecution()
If currently running in asynchronous mode, returns that handle.Methods in hudson.model that throw AsynchronousExecution Modifier and Type Method Description void
Queue.Executable. run()
Called byExecutor
to perform the task.
-