Proc.LocalProc, Proc.ProcWithJenkins23271Patch, Proc.RemoteProc
Constructor and Description |
---|
ContainerExecProc(io.fabric8.kubernetes.client.dsl.ExecWatch watch,
AtomicBoolean alive,
CountDownLatch finished,
ByteArrayOutputStream error)
Deprecated.
|
ContainerExecProc(io.fabric8.kubernetes.client.dsl.ExecWatch watch,
AtomicBoolean alive,
CountDownLatch finished,
Callable<Integer> exitCode)
Deprecated.
|
ContainerExecProc(io.fabric8.kubernetes.client.dsl.ExecWatch watch,
AtomicBoolean alive,
CountDownLatch finished,
OutputStream stdin,
ByteArrayOutputStream error) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
InputStream |
getStderr() |
OutputStream |
getStdin() |
InputStream |
getStdout() |
boolean |
isAlive() |
int |
join() |
void |
kill() |
void |
run() |
joinWithTimeout
@Deprecated public ContainerExecProc(io.fabric8.kubernetes.client.dsl.ExecWatch watch, AtomicBoolean alive, CountDownLatch finished, Callable<Integer> exitCode)
@Deprecated public ContainerExecProc(io.fabric8.kubernetes.client.dsl.ExecWatch watch, AtomicBoolean alive, CountDownLatch finished, ByteArrayOutputStream error)
public ContainerExecProc(io.fabric8.kubernetes.client.dsl.ExecWatch watch, AtomicBoolean alive, CountDownLatch finished, OutputStream stdin, ByteArrayOutputStream error)
public void kill() throws IOException, InterruptedException
kill
in class Proc
IOException
InterruptedException
public int join() throws IOException, InterruptedException
join
in class Proc
IOException
InterruptedException
public InputStream getStdout()
public InputStream getStderr()
public OutputStream getStdin()
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
IOException
Copyright © 2016–2019. All rights reserved.