public static class FakeLauncher.FinishedProc
extends hudson.Proc
Proc implementation that represents a completed process.| Modifier and Type | Field and Description |
|---|---|
int |
exitCode |
| Constructor and Description |
|---|
FakeLauncher.FinishedProc(int exitCode) |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getStderr() |
OutputStream |
getStdin() |
InputStream |
getStdout() |
boolean |
isAlive() |
int |
join() |
void |
kill() |
public boolean isAlive()
throws IOException,
InterruptedException
isAlive in class hudson.ProcIOExceptionInterruptedExceptionpublic void kill()
throws IOException,
InterruptedException
kill in class hudson.ProcIOExceptionInterruptedExceptionpublic int join()
throws IOException,
InterruptedException
join in class hudson.ProcIOExceptionInterruptedExceptionpublic InputStream getStdout()
getStdout in class hudson.Procpublic InputStream getStderr()
getStderr in class hudson.Procpublic OutputStream getStdin()
getStdin in class hudson.ProcCopyright © 2004-2014. All Rights Reserved.