Package hudson.model
Class FileParameterValue.CancelledQueueListener
java.lang.Object
hudson.model.queue.QueueListener
hudson.model.FileParameterValue.CancelledQueueListener
- All Implemented Interfaces:
ExtensionPoint
- Enclosing class:
FileParameterValue
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
onLeft
(Queue.LeftItem li) The item has left the queue, either by gettingcancelled
or by getting picked up by an executor and starts running.Methods inherited from class hudson.model.queue.QueueListener
all, onEnterBlocked, onEnterBuildable, onEnterWaiting, onLeaveBlocked, onLeaveBuildable, onLeaveWaiting
-
Constructor Details
-
CancelledQueueListener
public CancelledQueueListener()
-
-
Method Details
-
onLeft
Description copied from class:QueueListener
The item has left the queue, either by gettingcancelled
or by getting picked up by an executor and starts running.- Overrides:
onLeft
in classQueueListener
-