org.zeroturnaround.stats
Class MyQueueListener

java.lang.Object
  extended by hudson.model.queue.QueueListener
      extended by org.zeroturnaround.stats.MyQueueListener
All Implemented Interfaces:
hudson.ExtensionPoint

@Extension
public class MyQueueListener
extends hudson.model.queue.QueueListener


Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
MyQueueListener()
           
 
Method Summary
 void onEnterWaiting(hudson.model.Queue.WaitingItem wi)
           
 void onLeft(hudson.model.Queue.LeftItem li)
           
 
Methods inherited from class hudson.model.queue.QueueListener
all, onEnterBlocked, onEnterBuildable, onLeaveBlocked, onLeaveBuildable, onLeaveWaiting
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyQueueListener

public MyQueueListener()
Method Detail

onEnterWaiting

public void onEnterWaiting(hudson.model.Queue.WaitingItem wi)
Overrides:
onEnterWaiting in class hudson.model.queue.QueueListener

onLeft

public void onLeft(hudson.model.Queue.LeftItem li)
Overrides:
onLeft in class hudson.model.queue.QueueListener


Copyright © 2004-2013. All Rights Reserved.