Uses of Class
hudson.Proc
Packages that use Proc
Package
Description
Code related to agents.
- 
Uses of Proc in hudsonModifier and TypeClassDescriptionstatic final classstatic final classLocally launched process.static final classDeprecated.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 ProcLauncher.launch(Launcher.ProcStarter starter) Primarily invoked fromLauncher.ProcStarter.start()to start a process with a specific launcher.final ProcLauncher.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 ProcLauncher.launch(String[] cmd, boolean[] mask, String[] env, OutputStream out, FilePath workDir) Deprecated.as of 1.311 UseLauncher.launch()and its associated builder patternfinal ProcLauncher.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 ProcLauncher.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 ProcLauncher.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 ProcLauncher.launch(String[] cmd, String[] env, OutputStream out, FilePath workDir) Deprecated.as of 1.311 UseLauncher.launch()and its associated builder patternfinal ProcLauncher.launch(String[] cmd, Map<String, String> env, InputStream in, OutputStream out) Deprecated.as of 1.311 UseLauncher.launch()and its associated builder patternfinal ProcDeprecated.as of 1.311 UseLauncher.launch()and its associated builder patternfinal ProcLauncher.launch(String cmd, String[] env, OutputStream out, FilePath workDir) Deprecated.as of 1.311 UseLauncher.launch()and its associated builder patternfinal ProcDeprecated.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.slavesMethods in hudson.slaves with parameters of type ProcModifier and TypeMethodDescriptionstatic hudson.remoting.ChannelChannels.forProcess(String name, ExecutorService execService, InputStream in, OutputStream out, Proc proc) Deprecated.since 2009-04-13.static hudson.remoting.ChannelChannels.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.tasksMethods in hudson.tasks with parameters of type Proc