public interface EventsCmd extends AsyncDockerCmd<EventsCmd,Event>
Modifier and Type | Interface and Description |
---|---|
static interface |
EventsCmd.Exec |
Modifier and Type | Method and Description |
---|---|
Filters |
getFilters() |
String |
getSince() |
String |
getUntil() |
EventsCmd |
withFilters(Filters filters) |
EventsCmd |
withSince(String since) |
EventsCmd |
withUntil(String until) |
exec
Copyright © 2016. All Rights Reserved.