Class CDQueueListener
- java.lang.Object
-
- hudson.model.queue.QueueListener
-
- io.jenkins.plugins.cdevents.listeners.CDQueueListener
-
- All Implemented Interfaces:
ExtensionPoint
@Extension public class CDQueueListener extends QueueListener
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description CDQueueListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onEnterWaiting(Queue.WaitingItem wi)
-
Methods inherited from class hudson.model.queue.QueueListener
all, onEnterBlocked, onEnterBuildable, onLeaveBlocked, onLeaveBuildable, onLeaveWaiting, onLeft
-
-
-
-
Method Detail
-
onEnterWaiting
public void onEnterWaiting(Queue.WaitingItem wi)
- Overrides:
onEnterWaiting
in classQueueListener
-
-