@Extension public class QueueListenerImpl extends QueueListener
ExtensionPoint.LegacyInstancesAreScopedToHudson| Constructor and Description |
|---|
QueueListenerImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
onEnterWaiting(Queue.WaitingItem wi) |
void |
onLeft(Queue.LeftItem li) |
void |
populateCommon(net.sf.json.JSONObject json,
Queue.Item i)
Populates the json with common data for Queue items.
|
all, onEnterBlocked, onEnterBuildable, onLeaveBlocked, onLeaveBuildable, onLeaveWaitingpublic void populateCommon(net.sf.json.JSONObject json,
Queue.Item i)
json - The resulting JSONObjecti - queue itempublic void onEnterWaiting(Queue.WaitingItem wi)
onEnterWaiting in class QueueListenerpublic void onLeft(Queue.LeftItem li)
onLeft in class QueueListenerCopyright © 2016–2022. All rights reserved.