public class PodExecProc
extends hudson.Proc
| Constructor and Description |
|---|
PodExecProc(String podName,
AtomicBoolean alive,
CountDownLatch finished,
io.fabric8.kubernetes.client.dsl.ExecWatch watch) |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getStderr() |
OutputStream |
getStdin() |
InputStream |
getStdout() |
boolean |
isAlive() |
int |
join() |
void |
kill() |
public PodExecProc(String podName, AtomicBoolean alive, CountDownLatch finished, io.fabric8.kubernetes.client.dsl.ExecWatch watch)
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 © 2015-2016 Red Hat. All Rights Reserved.