A {@link ProcessTree} is really conceptually a map from process ID to a {@link OSProcess} object.When Hudson runs on platforms that support process introspection, this allows you to introspect and do some useful things on processes. On other platforms, the implementation falls back to "do nothing" behavior.
{@link ProcessTree} is remotable. @author Kohsuke Kawaguchi @since 1.315
|
|
|
|