Package hudson.util

Class ProcessTree.Local

java.lang.Object
hudson.util.ProcessTree
hudson.util.ProcessTree.Local
All Implemented Interfaces:
ProcessTreeRemoting.IProcessTree, Serializable, Iterable<ProcessTree.OSProcess>, org.jenkinsci.remoting.SerializableOnlyOverRemoting
Enclosing class:
ProcessTree

public abstract static class ProcessTree.Local extends ProcessTree
Represents a local process tree, where this JVM and the process tree run on the same system. (The opposite of ProcessTree.Remote.)
See Also: