Package hudson
Interface Launcher.RemoteProcess
-
- Enclosing class:
- Launcher
public static interface Launcher.RemoteProcess
Remoting interface of a remote process
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Launcher.IOTriplet
getIOtriplet()
boolean
isAlive()
int
join()
void
kill()
-
-
-
Method Detail
-
join
int join() throws InterruptedException, IOException
- Throws:
InterruptedException
IOException
-
kill
void kill() throws IOException, InterruptedException
- Throws:
IOException
InterruptedException
-
isAlive
boolean isAlive() throws IOException, InterruptedException
- Throws:
IOException
InterruptedException
-
getIOtriplet
@NonNull Launcher.IOTriplet getIOtriplet()
-
-