Package jenkins.advancedqueue
Class RunExclusiveThrottler.RunExclusiveDispatcher
- java.lang.Object
-
- hudson.model.queue.QueueTaskDispatcher
-
- jenkins.advancedqueue.RunExclusiveThrottler.RunExclusiveDispatcher
-
- All Implemented Interfaces:
ExtensionPoint
- Enclosing class:
- RunExclusiveThrottler
@Extension public static class RunExclusiveThrottler.RunExclusiveDispatcher extends QueueTaskDispatcher
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description RunExclusiveDispatcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CauseOfBlockage
canRun(Queue.Item item)
-
Methods inherited from class hudson.model.queue.QueueTaskDispatcher
all, canTake, canTake
-
-
-
-
Method Detail
-
canRun
public CauseOfBlockage canRun(Queue.Item item)
- Overrides:
canRun
in classQueueTaskDispatcher
-
-