Class ExecState
java.lang.Object
com.spotify.docker.client.messages.ExecState
- Direct Known Subclasses:
AutoValue_ExecState
An object that represents the JSON returned by the Docker API for low-level information about
exec commands.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract ContainerInfoabstract String(package private) static ExecStatecreate(String id, Boolean running, Integer exitCode, ProcessConfig processConfig, Boolean openStdin, Boolean openStdout, Boolean openStderr, ContainerInfo containerInfo, String containerId) abstract IntegerexitCode()abstract Stringid()abstract Booleanabstract Booleanabstract Booleanabstract ProcessConfigabstract Booleanrunning()
-
Constructor Details
-
ExecState
public ExecState()
-
-
Method Details
-
id
-
running
-
exitCode
-
processConfig
-
openStdin
-
openStdout
-
openStderr
-
container
-
containerId
-
create
static ExecState create(String id, Boolean running, Integer exitCode, ProcessConfig processConfig, Boolean openStdin, Boolean openStdout, Boolean openStderr, ContainerInfo containerInfo, String containerId)
-