public class CommandLauncher
extends hudson.slaves.ComputerLauncher
ComputerLauncher through a remote login mechanism like ssh/rsh.| Modifier and Type | Class and Description |
|---|---|
static class |
CommandLauncher.DescriptorImpl |
| Constructor and Description |
|---|
CommandLauncher(String command)
Constructor for use from UI.
|
CommandLauncher(String command,
hudson.EnvVars env)
Constructor for programmatic use.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCommand() |
void |
launch(hudson.slaves.SlaveComputer computer,
hudson.model.TaskListener listener) |
@DataBoundConstructor public CommandLauncher(String command)
public CommandLauncher(String command, hudson.EnvVars env)
public String getCommand()
public void launch(hudson.slaves.SlaveComputer computer,
hudson.model.TaskListener listener)
launch in class hudson.slaves.ComputerLauncherCopyright © 2016–2019. All rights reserved.