public class ComputerLauncher
extends hudson.slaves.ComputerLauncher
ComputerLauncher is responsible for:
| 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.ComputerLauncherCopyright © 2004-2016. All Rights Reserved.