@Extension
public class ComputerListenerImpl
extends hudson.slaves.ComputerListener
Modifier and Type | Field and Description |
---|---|
static String |
INSTALL_DIR |
Constructor and Description |
---|
ComputerListenerImpl() |
Modifier and Type | Method and Description |
---|---|
void |
onOnline(hudson.model.Computer c,
hudson.model.TaskListener listener) |
void |
preOnline(hudson.model.Computer c,
hudson.remoting.Channel channel,
hudson.FilePath root,
hudson.model.TaskListener listener) |
void |
process(hudson.model.Computer c,
hudson.remoting.VirtualChannel channel,
hudson.FilePath root,
hudson.model.TaskListener listener) |
public static final String INSTALL_DIR
public void onOnline(hudson.model.Computer c, hudson.model.TaskListener listener) throws IOException, InterruptedException
onOnline
in class hudson.slaves.ComputerListener
IOException
InterruptedException
public void preOnline(hudson.model.Computer c, hudson.remoting.Channel channel, hudson.FilePath root, hudson.model.TaskListener listener) throws IOException, InterruptedException
preOnline
in class hudson.slaves.ComputerListener
IOException
InterruptedException
public void process(hudson.model.Computer c, hudson.remoting.VirtualChannel channel, hudson.FilePath root, hudson.model.TaskListener listener) throws IOException, InterruptedException
IOException
InterruptedException
Copyright © 2004-2015. All Rights Reserved.