Uses of Class
hudson.Proc
-
Packages that use Proc Package Description hudson hudson.slaves Code related to agents.hudson.tasks -
-
Uses of Proc in hudson
Subclasses of Proc in hudson Modifier and Type Class Description static class
Launcher.RemoteLauncher.ProcImpl
static class
Proc.LocalProc
Locally launched process.static class
Proc.RemoteProc
Deprecated.as of 1.399.Methods in hudson that return Proc Modifier and Type Method Description Proc
Launcher.DecoratedLauncher. launch(Launcher.ProcStarter starter)
Proc
Launcher.DecoratedLauncher. launch(String[] cmd, boolean[] mask, String[] env, InputStream in, OutputStream out, FilePath workDir)
Proc
Launcher.DecoratedLauncher. launch(String[] cmd, String[] env, InputStream in, OutputStream out, FilePath workDir)
Proc
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.Proc
Launcher. launch(String[] cmd, boolean[] mask, String[] env, InputStream in, OutputStream out)
Deprecated.as of 1.311 UseLauncher.launch()
and its associated builder patternProc
Launcher. launch(String[] cmd, boolean[] mask, String[] env, InputStream in, OutputStream out, FilePath workDir)
Deprecated.as of 1.311 UseLauncher.launch()
and its associated builder patternProc
Launcher. launch(String[] cmd, boolean[] mask, String[] env, OutputStream out, FilePath workDir)
Deprecated.as of 1.311 UseLauncher.launch()
and its associated builder patternProc
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 patternProc
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 patternProc
Launcher. launch(String[] cmd, String[] env, InputStream in, OutputStream out)
Deprecated.as of 1.311 UseLauncher.launch()
and its associated builder patternProc
Launcher. launch(String[] cmd, String[] env, InputStream in, OutputStream out, FilePath workDir)
Deprecated.as of 1.311 UseLauncher.launch()
and its associated builder patternProc
Launcher. launch(String[] cmd, String[] env, OutputStream out, FilePath workDir)
Deprecated.as of 1.311 UseLauncher.launch()
and its associated builder patternProc
Launcher. launch(String[] cmd, Map<String,String> env, InputStream in, OutputStream out)
Deprecated.as of 1.311 UseLauncher.launch()
and its associated builder patternProc
Launcher. launch(String[] cmd, Map<String,String> env, OutputStream out, FilePath workDir)
Deprecated.as of 1.311 UseLauncher.launch()
and its associated builder patternProc
Launcher. launch(String cmd, String[] env, OutputStream out, FilePath workDir)
Deprecated.as of 1.311 UseLauncher.launch()
and its associated builder patternProc
Launcher. launch(String cmd, Map<String,String> env, OutputStream out, FilePath workDir)
Deprecated.as of 1.311 UseLauncher.launch()
and its associated builder patternProc
Launcher.LocalLauncher. launch(Launcher.ProcStarter ps)
Proc
Launcher.RemoteLauncher. launch(Launcher.ProcStarter ps)
Proc
Launcher.ProcStarter. start()
Starts the new process as configured. -
Uses of Proc in hudson.slaves
Methods in hudson.slaves with parameters of type Proc Modifier and Type Method Description static 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 Modifier and Type Method Description protected int
CommandInterpreter. join(Proc p)
Reports the exit code from the process.
-