Class BuildQueueListener
- java.lang.Object
-
- hudson.model.queue.QueueListener
-
- org.jenkinsci.plugins.workflow.support.steps.build.BuildQueueListener
-
- All Implemented Interfaces:
ExtensionPoint
@Extension public class BuildQueueListener extends QueueListener
- Author:
- Vivek Pandey
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description BuildQueueListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onLeft(Queue.LeftItem li)
-
Methods inherited from class hudson.model.queue.QueueListener
all, onEnterBlocked, onEnterBuildable, onEnterWaiting, onLeaveBlocked, onLeaveBuildable, onLeaveWaiting
-
-
-
-
Method Detail
-
onLeft
public void onLeft(Queue.LeftItem li)
- Overrides:
onLeft
in classQueueListener
-
-