public class ProcessWithPtyLauncher extends Object implements Serializable
ProcessWithPty
on a machine & directory that's running a AbstractBuild
.Constructor and Description |
---|
ProcessWithPtyLauncher() |
Modifier and Type | Method and Description |
---|---|
ProcessWithPtyLauncher |
commands(List<String> commands) |
ProcessWithPtyLauncher |
envs(Map<String,String> map)
Overrides on top of what the build gets.
|
org.kohsuke.ajaxterm.ProcessWithPty |
launch(hudson.model.AbstractBuild build,
hudson.model.TaskListener listener,
String terminal) |
ProcessWithPtyLauncher |
shell() |
public ProcessWithPtyLauncher shell()
public ProcessWithPtyLauncher commands(List<String> commands)
public ProcessWithPtyLauncher envs(Map<String,String> map)
public org.kohsuke.ajaxterm.ProcessWithPty launch(hudson.model.AbstractBuild build, hudson.model.TaskListener listener, String terminal) throws IOException, InterruptedException
terminal
- if null, a process will be launched without a terminal.IOException
InterruptedException
Copyright © 2004-2013. All Rights Reserved.