Uses of Class
hudson.model.Queue.QueueDecisionHandler
-
Packages that use Queue.QueueDecisionHandler Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.jenkins.model.queue -
-
Uses of Queue.QueueDecisionHandler in hudson.model
Methods in hudson.model that return types with arguments of type Queue.QueueDecisionHandler Modifier and Type Method Description static ExtensionList<Queue.QueueDecisionHandler>
Queue.QueueDecisionHandler. all()
All registeredQueue.QueueDecisionHandler
s -
Uses of Queue.QueueDecisionHandler in jenkins.model.queue
Subclasses of Queue.QueueDecisionHandler in jenkins.model.queue Modifier and Type Class Description class
ItemDeletion
AQueue.QueueDecisionHandler
that blocks items being deleted from entering the queue.
-