hudson.plugins.label_verifier
Class ComputerListenerImpl
java.lang.Object
hudson.slaves.ComputerListener
hudson.plugins.label_verifier.ComputerListenerImpl
- All Implemented Interfaces:
- hudson.ExtensionPoint
@Extension
public class ComputerListenerImpl
- extends hudson.slaves.ComputerListener
Main hook into label verification.
- Author:
- Kohsuke Kawaguchi
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
|
Method Summary |
void |
preOnline(hudson.model.Computer c,
hudson.remoting.Channel channel,
hudson.FilePath root,
hudson.model.TaskListener listener)
|
| Methods inherited from class hudson.slaves.ComputerListener |
all, onOffline, onOnline, onOnline, register, unregister |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComputerListenerImpl
public ComputerListenerImpl()
preOnline
public void preOnline(hudson.model.Computer c,
hudson.remoting.Channel channel,
hudson.FilePath root,
hudson.model.TaskListener listener)
throws java.io.IOException,
java.lang.InterruptedException
- Overrides:
preOnline in class hudson.slaves.ComputerListener
- Throws:
java.io.IOException
java.lang.InterruptedException
Copyright © 2010. All Rights Reserved.