|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthudson.Launcher
hudson.os.windows.WindowsRemoteLauncher
public class WindowsRemoteLauncher
Pseudo-Launcher implementation that uses WindowsRemoteProcessLauncher
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class hudson.Launcher |
|---|
hudson.Launcher.LocalLauncher, hudson.Launcher.ProcStarter, hudson.Launcher.RemoteLauncher |
| Field Summary |
|---|
| Fields inherited from class hudson.Launcher |
|---|
channel, listener, showFullPath |
| Constructor Summary | |
|---|---|
WindowsRemoteLauncher(hudson.model.TaskListener listener,
org.jvnet.hudson.remcom.WindowsRemoteProcessLauncher launcher)
|
|
| Method Summary | |
|---|---|
void |
kill(Map<String,String> modelEnvVars)
|
hudson.Proc |
launch(hudson.Launcher.ProcStarter ps)
|
hudson.remoting.Channel |
launchChannel(String[] cmd,
OutputStream out,
hudson.FilePath _workDir,
Map<String,String> envVars)
|
| Methods inherited from class hudson.Launcher |
|---|
decorateByPrefix, decorateFor, getChannel, getComputer, getListener, isUnix, launch, launch, launch, launch, launch, launch, launch, launch, launch, launch, launch, launch, launch, maskedPrintCommandLine, maskedPrintCommandLine, printCommandLine |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WindowsRemoteLauncher(hudson.model.TaskListener listener,
org.jvnet.hudson.remcom.WindowsRemoteProcessLauncher launcher)
| Method Detail |
|---|
public hudson.Proc launch(hudson.Launcher.ProcStarter ps)
throws IOException
launch in class hudson.LauncherIOException
public hudson.remoting.Channel launchChannel(String[] cmd,
OutputStream out,
hudson.FilePath _workDir,
Map<String,String> envVars)
throws IOException,
InterruptedException
launchChannel in class hudson.LauncherIOException
InterruptedException
public void kill(Map<String,String> modelEnvVars)
throws IOException,
InterruptedException
kill in class hudson.LauncherIOException
InterruptedException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||