@Extension
public class SyncQueueListener
extends hudson.model.queue.QueueListener
Publishes:
Events.JobChannel#job_run_queue_enterEvents.JobChannel#job_run_queue_buildableEvents.JobChannel#job_run_queue_leftEvents.JobChannel#job_run_queue_blocked| Constructor and Description |
|---|
SyncQueueListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onEnterBlocked(hudson.model.Queue.BlockedItem bi) |
void |
onEnterBuildable(hudson.model.Queue.BuildableItem bi) |
void |
onEnterWaiting(hudson.model.Queue.WaitingItem wi) |
void |
onLeft(hudson.model.Queue.LeftItem li) |
public void onEnterWaiting(hudson.model.Queue.WaitingItem wi)
onEnterWaiting in class hudson.model.queue.QueueListenerpublic void onEnterBuildable(hudson.model.Queue.BuildableItem bi)
onEnterBuildable in class hudson.model.queue.QueueListenerpublic void onLeft(hudson.model.Queue.LeftItem li)
onLeft in class hudson.model.queue.QueueListenerpublic void onEnterBlocked(hudson.model.Queue.BlockedItem bi)
onEnterBlocked in class hudson.model.queue.QueueListenerCopyright © 2016. All rights reserved.