Uses of Class
com.spotify.docker.client.messages.ContainerExit
-
Packages that use ContainerExit Package Description com.spotify.docker.client com.spotify.docker.client.messages -
-
Uses of ContainerExit in com.spotify.docker.client
Methods in com.spotify.docker.client that return ContainerExit Modifier and Type Method Description ContainerExit
DefaultDockerClient. waitContainer(java.lang.String containerId)
ContainerExit
DockerClient. waitContainer(java.lang.String containerId)
Wait for a docker container to exit. -
Uses of ContainerExit in com.spotify.docker.client.messages
Subclasses of ContainerExit in com.spotify.docker.client.messages Modifier and Type Class Description (package private) class
AutoValue_ContainerExit
Methods in com.spotify.docker.client.messages that return ContainerExit Modifier and Type Method Description static ContainerExit
ContainerExit. create(java.lang.Integer statusCode)
-