com.chikli.hudson.plugin.naginator
Class NaginatorListener

java.lang.Object
  extended by hudson.model.listeners.RunListener<hudson.model.AbstractBuild<?,?>>
      extended by com.chikli.hudson.plugin.naginator.NaginatorListener
All Implemented Interfaces:
hudson.ExtensionPoint

public class NaginatorListener
extends hudson.model.listeners.RunListener<hudson.model.AbstractBuild<?,?>>

Author:
Nicolas De loof

Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 
Fields inherited from class hudson.model.listeners.RunListener
LISTENERS, targetType
 
Constructor Summary
NaginatorListener()
           
 
Method Summary
 void onCompleted(hudson.model.AbstractBuild<?,?> build, hudson.model.TaskListener listener)
           
 boolean scheduleBuild(hudson.model.AbstractBuild<?,?> build, int n)
          Wrapper method for mocking purposes.
 
Methods inherited from class hudson.model.listeners.RunListener
all, fireCompleted, fireDeleted, fireFinalized, fireStarted, onDeleted, onFinalized, onStarted, register, setUpEnvironment, unregister
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NaginatorListener

public NaginatorListener()
Method Detail

onCompleted

public void onCompleted(hudson.model.AbstractBuild<?,?> build,
                        hudson.model.TaskListener listener)
Overrides:
onCompleted in class hudson.model.listeners.RunListener<hudson.model.AbstractBuild<?,?>>

scheduleBuild

public boolean scheduleBuild(hudson.model.AbstractBuild<?,?> build,
                             int n)
Wrapper method for mocking purposes.



Copyright © 2004-2012. All Rights Reserved.