Uses of Class
hudson.Proc

Packages that use Proc
hudson   
hudson.maven Maven support. 
hudson.os.windows   
hudson.slaves Code related to slaves. 
org.jvnet.hudson.test Test harness for Jenkins and its plugins. 
 

Uses of Proc in hudson
 

Subclasses of Proc in hudson
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
 

Methods in hudson that return Proc
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.RemoteLauncher.launch(Launcher.ProcStarter ps)
           
 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.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.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.
 

Uses of Proc in hudson.maven
 

Fields in hudson.maven declared as Proc
 Proc ProcessCache.NewProcess.proc
           
 

Constructors in hudson.maven with parameters of type Proc
ProcessCache.NewProcess(hudson.remoting.Channel channel, Proc proc)
           
 

Uses of Proc in hudson.os.windows
 

Methods in hudson.os.windows that return Proc
 Proc WindowsRemoteLauncher.launch(Launcher.ProcStarter ps)
           
 

Uses of Proc in hudson.slaves
 

Methods in hudson.slaves with parameters of type Proc
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. since 2009-04-13. Use Channels.forProcess(String, ExecutorService, InputStream, OutputStream, OutputStream, Proc)
 

Uses of Proc in org.jvnet.hudson.test
 

Subclasses of Proc in org.jvnet.hudson.test
static class FakeLauncher.FinishedProc
          Fake Proc implementation that represents a completed process.
 

Methods in org.jvnet.hudson.test that return Proc
 Proc FakeLauncher.onLaunch(Launcher.ProcStarter p)
          Called whenever a PretendSlave is asked to fork a new process.
 



Copyright © 2004-2013. All Rights Reserved.