org.jenkinsci.plugins.scripted_cloud
Class scriptedCloudSlave.scriptedCloudComputerListener

java.lang.Object
  extended by hudson.slaves.ComputerListener
      extended by org.jenkinsci.plugins.scripted_cloud.scriptedCloudSlave.scriptedCloudComputerListener
All Implemented Interfaces:
hudson.ExtensionPoint
Enclosing class:
scriptedCloudSlave

@Extension
public static class scriptedCloudSlave.scriptedCloudComputerListener
extends hudson.slaves.ComputerListener


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

scriptedCloudSlave.scriptedCloudComputerListener

public scriptedCloudSlave.scriptedCloudComputerListener()
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.