public abstract class ContainerSummary extends Object
Modifier and Type | Method and Description |
---|---|
abstract String |
command() |
static ContainerSummary |
create(String id,
List<String> names,
String created,
String image,
String command,
List<Port> ports,
String status) |
abstract String |
created() |
abstract String |
id() |
abstract String |
image() |
abstract List<String> |
names() |
abstract List<Port> |
ports() |
abstract String |
status() |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.