Package hudson.util
Interface ProcessTreeRemoting.IOSProcess
- All Known Implementing Classes:
ProcessTree.OSProcess
,ProcessTree.UnixProcess
- Enclosing class:
- ProcessTreeRemoting
public static interface ProcessTreeRemoting.IOSProcess
-
Method Summary
Modifier and TypeMethodDescription<T> T
act
(ProcessTree.ProcessCallable<T> callable) int
getPid()
void
kill()
void
-
Method Details
-
getPid
int getPid() -
getParent
-
kill
- Throws:
InterruptedException
-
killRecursively
- Throws:
InterruptedException
-
getArguments
-
getEnvironmentVariables
-
act
- Throws:
IOException
InterruptedException
-