hudson.plugins.slave_squatter
Class ComputerListenerImpl

java.lang.Object
  extended by hudson.slaves.ComputerListener
      extended by hudson.plugins.slave_squatter.ComputerListenerImpl
All Implemented Interfaces:
hudson.ExtensionPoint

@Extension
public class ComputerListenerImpl
extends hudson.slaves.ComputerListener

Re-run maintenance if the node configuration changes.

Author:
Kohsuke Kawaguchi

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

Constructor Detail

ComputerListenerImpl

public 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

onConfigurationChange

public void onConfigurationChange()
Overrides:
onConfigurationChange in class hudson.slaves.ComputerListener


Copyright © 2004-2011. All Rights Reserved.