org.jvnet.hudson.test
Class HudsonTestCase.ComputerListenerImpl

java.lang.Object
  extended by hudson.slaves.ComputerListener
      extended by org.jvnet.hudson.test.HudsonTestCase.ComputerListenerImpl
All Implemented Interfaces:
hudson.ExtensionPoint
Enclosing class:
HudsonTestCase

@TestExtension
public static class HudsonTestCase.ComputerListenerImpl
extends hudson.slaves.ComputerListener


Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
HudsonTestCase.ComputerListenerImpl()
           
 
Method Summary
 void onOnline(hudson.model.Computer c, hudson.model.TaskListener listener)
           
 
Methods inherited from class hudson.slaves.ComputerListener
all, onConfigurationChange, onLaunchFailure, onOffline, onOnline, preLaunch, preOnline, register, unregister
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HudsonTestCase.ComputerListenerImpl

public HudsonTestCase.ComputerListenerImpl()
Method Detail

onOnline

public void onOnline(hudson.model.Computer c,
                     hudson.model.TaskListener listener)
              throws IOException,
                     InterruptedException
Overrides:
onOnline in class hudson.slaves.ComputerListener
Throws:
IOException
InterruptedException


Copyright © 2004-2012. All Rights Reserved.