hudson.maven
Class MavenComputerListener
java.lang.Object
hudson.slaves.ComputerListener
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MavenComputerListener
public MavenComputerListener()
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.