org.jenkinsci.plugins.checkssh
Class CheckSshProcesses
java.lang.Object
hudson.slaves.ComputerListener
org.jenkinsci.plugins.checkssh.CheckSshProcesses
- All Implemented Interfaces:
- hudson.ExtensionPoint
@Extension
public class CheckSshProcesses
- extends hudson.slaves.ComputerListener
- Author:
- Lucie Votypkova
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
|
Method Summary |
void |
onConfigurationChange()
|
void |
onOnline(hudson.model.Computer c,
hudson.model.TaskListener taskListener)
|
void |
preLaunch(hudson.model.Computer c,
hudson.model.TaskListener taskListener)
|
| Methods inherited from class hudson.slaves.ComputerListener |
all, onLaunchFailure, onOffline, onOnline, preOnline, register, unregister |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CheckSshProcesses
public CheckSshProcesses()
preLaunch
public void preLaunch(hudson.model.Computer c,
hudson.model.TaskListener taskListener)
throws IOException,
InterruptedException
- Overrides:
preLaunch in class hudson.slaves.ComputerListener
- Throws:
IOException
InterruptedException
onOnline
public void onOnline(hudson.model.Computer c,
hudson.model.TaskListener taskListener)
- Overrides:
onOnline in class hudson.slaves.ComputerListener
onConfigurationChange
public void onConfigurationChange()
- Overrides:
onConfigurationChange in class hudson.slaves.ComputerListener
Copyright © 2004-2012. All Rights Reserved.