Uses of Class
hudson.Proc
Packages that use Proc
Package
Description
Code related to agents.
-
Uses of Proc in hudson
Modifier and TypeClassDescriptionstatic final class
static final class
Locally launched process.static final class
Deprecated.as of 1.399.Modifier and TypeMethodDescriptionLauncher.DecoratedLauncher.launch
(Launcher.ProcStarter starter) Launcher.DecoratedLauncher.launch
(String[] cmd, boolean[] mask, String[] env, InputStream in, OutputStream out, FilePath workDir) Launcher.DecoratedLauncher.launch
(String[] cmd, String[] env, InputStream in, OutputStream out, FilePath workDir) Launcher.DummyLauncher.launch
(Launcher.ProcStarter starter) abstract Proc
Launcher.launch
(Launcher.ProcStarter starter) Primarily invoked fromLauncher.ProcStarter.start()
to start a process with a specific launcher.final Proc
Launcher.launch
(String[] cmd, boolean[] mask, String[] env, InputStream in, OutputStream out) Deprecated.as of 1.311 UseLauncher.launch()
and its associated builder patternLauncher.launch
(String[] cmd, boolean[] mask, String[] env, InputStream in, OutputStream out, FilePath workDir) Deprecated.as of 1.311 UseLauncher.launch()
and its associated builder patternfinal Proc
Launcher.launch
(String[] cmd, boolean[] mask, String[] env, OutputStream out, FilePath workDir) Deprecated.as of 1.311 UseLauncher.launch()
and its associated builder patternfinal Proc
Launcher.launch
(String[] cmd, boolean[] mask, Map<String, String> env, InputStream in, OutputStream out) Deprecated.as of 1.311 UseLauncher.launch()
and its associated builder patternfinal Proc
Launcher.launch
(String[] cmd, boolean[] mask, Map<String, String> env, OutputStream out, FilePath workDir) Deprecated.as of 1.311 UseLauncher.launch()
and its associated builder patternfinal Proc
Launcher.launch
(String[] cmd, String[] env, InputStream in, OutputStream out) Deprecated.as of 1.311 UseLauncher.launch()
and its associated builder patternLauncher.launch
(String[] cmd, String[] env, InputStream in, OutputStream out, FilePath workDir) Deprecated.as of 1.311 UseLauncher.launch()
and its associated builder patternfinal Proc
Launcher.launch
(String[] cmd, String[] env, OutputStream out, FilePath workDir) Deprecated.as of 1.311 UseLauncher.launch()
and its associated builder patternfinal Proc
Launcher.launch
(String[] cmd, Map<String, String> env, InputStream in, OutputStream out) Deprecated.as of 1.311 UseLauncher.launch()
and its associated builder patternfinal Proc
Deprecated.as of 1.311 UseLauncher.launch()
and its associated builder patternfinal Proc
Launcher.launch
(String cmd, String[] env, OutputStream out, FilePath workDir) Deprecated.as of 1.311 UseLauncher.launch()
and its associated builder patternfinal Proc
Deprecated.as of 1.311 UseLauncher.launch()
and its associated builder patternLauncher.LocalLauncher.launch
(Launcher.ProcStarter ps) Launcher.RemoteLauncher.launch
(Launcher.ProcStarter ps) Launcher.ProcStarter.start()
Starts the new process as configured. -
Uses of Proc in hudson.slaves
Methods in hudson.slaves with parameters of type ProcModifier and TypeMethodDescriptionstatic hudson.remoting.Channel
Channels.forProcess
(String name, ExecutorService execService, InputStream in, OutputStream out, Proc proc) Deprecated.since 2009-04-13.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. -
Uses of Proc in hudson.tasks
Methods in hudson.tasks with parameters of type Proc