public class ContainerState extends Object
| Modifier and Type | Field and Description |
|---|---|
private Integer |
exitCode |
private Date |
finishedAt |
private Boolean |
paused |
private Integer |
pid |
private Boolean |
restarting |
private Boolean |
running |
private Date |
startedAt |
| Constructor and Description |
|---|
ContainerState() |
private Boolean running
private Boolean paused
private Boolean restarting
private Integer pid
private Integer exitCode
private Date startedAt
private Date finishedAt
Copyright © 2014. All rights reserved.