Uses of Class
hudson.util.ProcessTree.OSProcess
-
Packages that use ProcessTree.OSProcess Package Description hudson.util Other miscellaneous utility code -
-
Uses of ProcessTree.OSProcess in hudson.util
Subclasses of ProcessTree.OSProcess in hudson.util Modifier and Type Class Description classProcessTree.UnixProcessA process.Fields in hudson.util with type parameters of type ProcessTree.OSProcess Modifier and Type Field Description protected Map<Integer,ProcessTree.OSProcess>ProcessTree. processesTo be filled in the constructor of the derived type.Methods in hudson.util that return ProcessTree.OSProcess Modifier and Type Method Description ProcessTree.OSProcessProcessTree. get(int pid)Gets the process given a specific ID, or null if no such process exists.abstract ProcessTree.OSProcessProcessTree. get(Process proc)Try to convertProcessinto this process object or null if it fails (for example, maybe the snapshot is taken after this process has already finished.)ProcessTree.OSProcessProcessTree.Remote. get(Process proc)abstract ProcessTree.OSProcessProcessTree.OSProcess. getParent()Gets the parent process.Methods in hudson.util that return types with arguments of type ProcessTree.OSProcess Modifier and Type Method Description List<ProcessTree.OSProcess>ProcessTree.OSProcess. getChildren()Immediate child processes.Iterator<ProcessTree.OSProcess>ProcessTree. iterator()Lists all the processes in the system.Methods in hudson.util with parameters of type ProcessTree.OSProcess Modifier and Type Method Description TProcessTree.ProcessCallable. invoke(ProcessTree.OSProcess process, hudson.remoting.VirtualChannel channel)Performs the computational task on the node where the data is located.abstract booleanProcessKiller. kill(ProcessTree.OSProcess process)Attempts to kill the given process.
-