public class ContainerState extends Object
| Constructor and Description |
|---|
ContainerState() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
error() |
Integer |
exitCode() |
Date |
finishedAt() |
int |
hashCode() |
Boolean |
oomKilled() |
Boolean |
paused() |
Integer |
pid() |
Boolean |
restarting() |
Boolean |
running() |
Date |
startedAt() |
String |
status() |
String |
toString() |
public String status()
public Boolean running()
public Boolean paused()
public Boolean restarting()
public Integer pid()
public Integer exitCode()
public Date startedAt()
public Date finishedAt()
public String error()
public Boolean oomKilled()
Copyright © 2016. All rights reserved.