Package org.jvnet.hudson.test
Class FakeLauncher.FinishedProc
java.lang.Object
hudson.Proc
org.jvnet.hudson.test.FakeLauncher.FinishedProc
- Enclosing interface:
- FakeLauncher
public static class FakeLauncher.FinishedProc
extends hudson.Proc
Fake
Proc implementation that represents a completed process.-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.Proc
hudson.Proc.LocalProc, hudson.Proc.ProcWithJenkins23271Patch, hudson.Proc.RemoteProc -
Field Summary
FieldsFields inherited from class hudson.Proc
SHOW_PID -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class hudson.Proc
joinWithTimeout
-
Field Details
-
exitCode
public final int exitCode
-
-
Constructor Details
-
FinishedProc
public FinishedProc(int exitCode)
-
-
Method Details
-
isAlive
- Specified by:
isAlivein classhudson.Proc- Throws:
IOExceptionInterruptedException
-
kill
- Specified by:
killin classhudson.Proc- Throws:
IOExceptionInterruptedException
-
join
- Specified by:
joinin classhudson.Proc- Throws:
IOExceptionInterruptedException
-
getStdout
- Specified by:
getStdoutin classhudson.Proc
-
getStderr
- Specified by:
getStderrin classhudson.Proc
-
getStdin
- Specified by:
getStdinin classhudson.Proc
-