hudson.maven
Class MavenComputerListener

java.lang.Object
  extended by hudson.slaves.ComputerListener
      extended by hudson.maven.MavenComputerListener
All Implemented Interfaces:
ExtensionPoint

@Extension
public class MavenComputerListener
extends ComputerListener

When a slave is connected, copy maven-agent.jar and maven-intercepter.jar

Author:
Kohsuke Kawaguchi

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

Constructor Detail

MavenComputerListener

public MavenComputerListener()
Method Detail

preOnline

public void preOnline(Computer c,
                      Channel channel,
                      FilePath root,
                      TaskListener listener)
               throws IOException,
                      InterruptedException
Overrides:
preOnline in class ComputerListener
Throws:
IOException
InterruptedException


Copyright © 2004-2011. All Rights Reserved.