public class ComputerLauncher
extends hudson.slaves.ComputerLauncher
ComputerLauncher is responsible for
- connecting to a slave via SSH
- installing Java and the Jenkins agent o the slave| Constructor and Description |
|---|
ComputerLauncher() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
buildUpCommand(Computer computer,
String command) |
void |
launch(hudson.slaves.SlaveComputer _computer,
hudson.model.TaskListener listener)
Connects to the given
Computer via SSH and installs Java/Jenkins agent if necessary. |
public void launch(hudson.slaves.SlaveComputer _computer,
hudson.model.TaskListener listener)
Computer via SSH and installs Java/Jenkins agent if necessary.launch in class hudson.slaves.ComputerLauncher_computer - listener - Copyright © 2004-2014. All Rights Reserved.