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
Fields inherited from class hudson.Proc
SHOW_PID
-
Constructor Summary
-
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:
isAlive
in classhudson.Proc
- Throws:
IOException
InterruptedException
-
kill
- Specified by:
kill
in classhudson.Proc
- Throws:
IOException
InterruptedException
-
join
- Specified by:
join
in classhudson.Proc
- Throws:
IOException
InterruptedException
-
getStdout
- Specified by:
getStdout
in classhudson.Proc
-
getStderr
- Specified by:
getStderr
in classhudson.Proc
-
getStdin
- Specified by:
getStdin
in classhudson.Proc
-