Class ContainerExecProc

java.lang.Object
hudson.Proc
org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecProc
All Implemented Interfaces:
Closeable, AutoCloseable, Runnable

public class ContainerExecProc extends Proc implements Closeable, Runnable
Handle the liveness of the processes executed in containers, wait for them to finish and process exit codes.