Uses of Class
hudson.util.ProcessTree

Packages that use ProcessTree
hudson.util Other miscellaneous utility code 
 

Uses of ProcessTree in hudson.util
 

Subclasses of ProcessTree in hudson.util
static class ProcessTree.Local
          Represents a local process tree, where this JVM and the process tree run on the same system.
static class ProcessTree.Remote
          Represents a process tree over a channel.
 

Methods in hudson.util that return ProcessTree
static ProcessTree ProcessTree.get()
          Gets the ProcessTree of the current system that JVM runs in, or in the worst case return the default one that's not capable of killing descendants at all.
 

Constructors in hudson.util with parameters of type ProcessTree
ProcessTree.Remote(ProcessTree proxy, hudson.remoting.Channel ch)
           
 



Copyright © 2004-2013. All Rights Reserved.