org.jenkinsci.plugins.envinject
Class EnvInjectComputerListener

java.lang.Object
  extended by hudson.slaves.ComputerListener
      extended by org.jenkinsci.plugins.envinject.EnvInjectComputerListener
All Implemented Interfaces:
hudson.ExtensionPoint, java.io.Serializable

@Extension
public class EnvInjectComputerListener
extends hudson.slaves.ComputerListener
implements java.io.Serializable

Author:
Gregory Boissinot
See Also:
Serialized Form

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

Constructor Detail

EnvInjectComputerListener

public EnvInjectComputerListener()
Method Detail

onOnline

public void onOnline(hudson.model.Computer c,
                     hudson.model.TaskListener listener)
              throws java.io.IOException,
                     java.lang.InterruptedException
Overrides:
onOnline in class hudson.slaves.ComputerListener
Throws:
java.io.IOException
java.lang.InterruptedException


Copyright © 2004-2012. All Rights Reserved.