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> Tact(ProcessTree.ProcessCallable<T> callable) intgetPid()voidkill()void 
- 
Method Details
- 
getPid
int getPid() - 
getParent
 - 
kill
- Throws:
 InterruptedException
 - 
killRecursively
- Throws:
 InterruptedException
 - 
getArguments
 - 
getEnvironmentVariables
 - 
act
- Throws:
 IOExceptionInterruptedException
 
 -