org.jenkinsci.plugins
Class vSphereCloudSlave.vSphereCloudComputerListener

java.lang.Object
  extended by hudson.slaves.ComputerListener
      extended by org.jenkinsci.plugins.vSphereCloudSlave.vSphereCloudComputerListener
All Implemented Interfaces:
hudson.ExtensionPoint
Enclosing class:
vSphereCloudSlave

@Extension
public static class vSphereCloudSlave.vSphereCloudComputerListener
extends hudson.slaves.ComputerListener


Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
vSphereCloudSlave.vSphereCloudComputerListener()
           
 
Method Summary
 void preLaunch(hudson.model.Computer c, hudson.model.TaskListener taskListener)
           
 
Methods inherited from class hudson.slaves.ComputerListener
all, onConfigurationChange, onLaunchFailure, onOffline, onOnline, onOnline, onTemporarilyOffline, onTemporarilyOnline, preOnline, register, unregister
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

vSphereCloudSlave.vSphereCloudComputerListener

public vSphereCloudSlave.vSphereCloudComputerListener()
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


Copyright © 2004-2012. All Rights Reserved.