@Extension
public class NodesListener
extends hudson.slaves.ComputerListener
Constructor and Description |
---|
NodesListener()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
onOffline(hudson.model.Computer c,
hudson.slaves.OfflineCause cause) |
void |
onOnline(hudson.model.Computer c,
hudson.model.TaskListener listener) |
public void onOnline(hudson.model.Computer c, hudson.model.TaskListener listener) throws IOException, InterruptedException
onOnline
in class hudson.slaves.ComputerListener
IOException
InterruptedException
public void onOffline(hudson.model.Computer c, hudson.slaves.OfflineCause cause)
onOffline
in class hudson.slaves.ComputerListener
Copyright © 2009–2016. All rights reserved.