Package cz.muni.fi.xkozubi1
Class ShutdownQueueQueueListener
- java.lang.Object
-
- hudson.model.queue.QueueListener
-
- cz.muni.fi.xkozubi1.ShutdownQueueQueueListener
-
- All Implemented Interfaces:
ExtensionPoint
public class ShutdownQueueQueueListener extends QueueListener
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description ShutdownQueueQueueListener()
-
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
-
-