Serialized Form
-
Package org.jbpm.process.workitem.docker.responses
-
Class org.jbpm.process.workitem.docker.responses.SerializableContainerState extends Object implements Serializable
-
Class org.jbpm.process.workitem.docker.responses.SerializableInspectContainerResponse extends com.github.dockerjava.api.command.InspectContainerResponse implements Serializable
-
Serialized Fields
-
args
String[] args
-
config
com.github.dockerjava.api.model.ContainerConfig config
-
created
String created
-
driver
String driver
-
execDriver
String execDriver
-
execIds
List<String> execIds
-
hostConfig
com.github.dockerjava.api.model.HostConfig hostConfig
-
hostnamePath
String hostnamePath
-
hostsPath
String hostsPath
-
id
String id
-
imageId
String imageId
-
logPath
String logPath
-
mountLabel
String mountLabel
-
name
String name
-
networkSettings
com.github.dockerjava.api.model.NetworkSettings networkSettings
-
path
String path
-
processLabel
String processLabel
-
resolvConfPath
String resolvConfPath
-
restartCount
Integer restartCount
-
serializableMounts
List<SerializableMount> serializableMounts
-
serializableState
SerializableContainerState serializableState
-
sizeRootFs
Integer sizeRootFs
-
volumes
com.github.dockerjava.api.model.VolumeBind[] volumes
-
volumesRW
com.github.dockerjava.api.model.VolumeRW[] volumesRW
-
-
-
Class org.jbpm.process.workitem.docker.responses.SerializableMount extends Object implements Serializable
-