org.jenkinsci.plugins.checkssh
Class CheckSshProcesses

java.lang.Object
  extended by hudson.slaves.ComputerListener
      extended by org.jenkinsci.plugins.checkssh.CheckSshProcesses
All Implemented Interfaces:
hudson.ExtensionPoint

@Extension
public class CheckSshProcesses
extends hudson.slaves.ComputerListener

Author:
Lucie Votypkova

Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
CheckSshProcesses()
           
 
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
 

Constructor Detail

CheckSshProcesses

public CheckSshProcesses()
Method Detail

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.