Package hudson.util
Interface ProcessTreeRemoting.IProcessTree
-
- All Known Implementing Classes:
ProcessTree
,ProcessTree.Local
,ProcessTree.Remote
- Enclosing class:
- ProcessTreeRemoting
public static interface ProcessTreeRemoting.IProcessTree
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
killAll(Map<String,String> modelEnvVars)
-
-
-
Method Detail
-
killAll
void killAll(@NonNull Map<String,String> modelEnvVars) throws InterruptedException
- Throws:
InterruptedException
-
-