Uses of Package
jenkins.model.queue
-
Packages that use jenkins.model.queue Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.widgets jenkins.model.queue jenkins.widgets -
Classes in jenkins.model.queue used by hudson.model Class Description AsynchronousExecution Special means of indicating that an executable will proceed in the background without consuming a native thread (Executor
).QueueItem Interface used by Jelly views to render a queue item through<t:queue>
. -
Classes in jenkins.model.queue used by hudson.widgets Class Description QueueItem Interface used by Jelly views to render a queue item through<t:queue>
. -
Classes in jenkins.model.queue used by jenkins.model.queue Class Description QueueIdStrategy Pluggable strategy to generate queue item IDs as well as persist an optional opaque state whenever the queue is persisted. -
Classes in jenkins.model.queue used by jenkins.widgets Class Description QueueItem Interface used by Jelly views to render a queue item through<t:queue>
.