Uses of Interface
hudson.util.ProcessTreeRemoting.IOSProcess
-
Packages that use ProcessTreeRemoting.IOSProcess Package Description hudson.util Other miscellaneous utility code -
-
Uses of ProcessTreeRemoting.IOSProcess in hudson.util
Classes in hudson.util that implement ProcessTreeRemoting.IOSProcess Modifier and Type Class Description class
ProcessTree.OSProcess
Represents a process.class
ProcessTree.UnixProcess
A process.Methods in hudson.util that return ProcessTreeRemoting.IOSProcess Modifier and Type Method Description ProcessTreeRemoting.IOSProcess
ProcessTreeRemoting.IOSProcess. getParent()
Methods in hudson.util with parameters of type ProcessTreeRemoting.IOSProcess Modifier and Type Method Description abstract ProcessKillingVeto.VetoCause
ProcessKillingVeto. vetoProcessKilling(ProcessTreeRemoting.IOSProcess p)
Ask the extension whether it vetoes killing of the given process
-