Uses of Class
hudson.util.ProcessTree
-
Uses of ProcessTree in hudson.util
Modifier and TypeClassDescriptionstatic class
Represents a local process tree, where this JVM and the process tree run on the same system.static class
Represents a process tree over a channel.Modifier and TypeMethodDescriptionstatic ProcessTree
ProcessTree.get()
Gets theProcessTree
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.ModifierConstructorDescriptionRemote
(ProcessTree proxy, hudson.remoting.Channel ch) Deprecated.Remote
(ProcessTree proxy, hudson.remoting.Channel ch, boolean vetoersExist)