hudson.plugins.slave_squatter
Class ComputerListenerImpl
java.lang.Object
hudson.slaves.ComputerListener
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 classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
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 |
ComputerListenerImpl
public ComputerListenerImpl()
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.