Package | Description |
---|---|
hudson | |
hudson.slaves |
Code related to slaves.
|
hudson.tasks |
Modifier and Type | Class and Description |
---|---|
static class |
Launcher.RemoteLauncher.ProcImpl |
static class |
Proc.LocalProc
Locally launched process.
|
static class |
Proc.RemoteProc
Deprecated.
as of 1.399. Replaced by
Launcher.RemoteLauncher.ProcImpl |
Modifier and Type | Method and Description |
---|---|
abstract Proc |
Launcher.launch(Launcher.ProcStarter starter)
Primarily invoked from
Launcher.ProcStarter.start() to start a process with a specific launcher. |
Proc |
Launcher.LocalLauncher.launch(Launcher.ProcStarter ps) |
Proc |
Launcher.DummyLauncher.launch(Launcher.ProcStarter starter) |
Proc |
Launcher.RemoteLauncher.launch(Launcher.ProcStarter ps) |
Proc |
Launcher.DecoratedLauncher.launch(Launcher.ProcStarter starter) |
Proc |
Launcher.launch(String[] cmd,
boolean[] mask,
Map<String,String> env,
InputStream in,
OutputStream out)
Deprecated.
as of 1.311
Use
Launcher.launch() and its associated builder pattern |
Proc |
Launcher.launch(String[] cmd,
boolean[] mask,
Map<String,String> env,
OutputStream out,
FilePath workDir)
Deprecated.
as of 1.311
Use
Launcher.launch() and its associated builder pattern |
Proc |
Launcher.launch(String[] cmd,
boolean[] mask,
String[] env,
InputStream in,
OutputStream out)
Deprecated.
as of 1.311
Use
Launcher.launch() and its associated builder pattern |
Proc |
Launcher.launch(String[] cmd,
boolean[] mask,
String[] env,
InputStream in,
OutputStream out,
FilePath workDir)
Deprecated.
as of 1.311
Use
Launcher.launch() and its associated builder pattern |
Proc |
Launcher.DecoratedLauncher.launch(String[] cmd,
boolean[] mask,
String[] env,
InputStream in,
OutputStream out,
FilePath workDir) |
Proc |
Launcher.launch(String[] cmd,
boolean[] mask,
String[] env,
OutputStream out,
FilePath workDir)
Deprecated.
as of 1.311
Use
Launcher.launch() and its associated builder pattern |
Proc |
Launcher.launch(String[] cmd,
Map<String,String> env,
InputStream in,
OutputStream out)
Deprecated.
as of 1.311
Use
Launcher.launch() and its associated builder pattern |
Proc |
Launcher.launch(String[] cmd,
Map<String,String> env,
OutputStream out,
FilePath workDir)
Deprecated.
as of 1.311
Use
Launcher.launch() and its associated builder pattern |
Proc |
Launcher.launch(String[] cmd,
String[] env,
InputStream in,
OutputStream out)
Deprecated.
as of 1.311
Use
Launcher.launch() and its associated builder pattern |
Proc |
Launcher.launch(String[] cmd,
String[] env,
InputStream in,
OutputStream out,
FilePath workDir)
Deprecated.
as of 1.311
Use
Launcher.launch() and its associated builder pattern |
Proc |
Launcher.DecoratedLauncher.launch(String[] cmd,
String[] env,
InputStream in,
OutputStream out,
FilePath workDir) |
Proc |
Launcher.launch(String[] cmd,
String[] env,
OutputStream out,
FilePath workDir)
Deprecated.
as of 1.311
Use
Launcher.launch() and its associated builder pattern |
Proc |
Launcher.launch(String cmd,
Map<String,String> env,
OutputStream out,
FilePath workDir)
Deprecated.
as of 1.311
Use
Launcher.launch() and its associated builder pattern |
Proc |
Launcher.launch(String cmd,
String[] env,
OutputStream out,
FilePath workDir)
Deprecated.
as of 1.311
Use
Launcher.launch() and its associated builder pattern |
Proc |
Launcher.ProcStarter.start()
Starts the new process as configured.
|
Modifier and Type | Method and Description |
---|---|
static hudson.remoting.Channel |
Channels.forProcess(String name,
ExecutorService execService,
InputStream in,
OutputStream out,
OutputStream header,
Proc proc)
Creates a channel that wraps a remote process, so that when we shut down the connection
we kill the process.
|
static hudson.remoting.Channel |
Channels.forProcess(String name,
ExecutorService execService,
InputStream in,
OutputStream out,
Proc proc)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected int |
CommandInterpreter.join(Proc p)
Reports the exit code from the process.
|
Copyright © 2014. All rights reserved.