public interface EventsCmd extends AsyncDockerCmd<EventsCmd,Event>
Modifier and Type | Interface and Description |
---|---|
static interface |
EventsCmd.Exec |
Modifier and Type | Method and Description |
---|---|
Map<String,List<String>> |
getFilters() |
String |
getSince() |
String |
getUntil() |
EventsCmd |
withContainerFilter(String... container) |
EventsCmd |
withEventFilter(String... event) |
EventsCmd |
withImageFilter(String... image) |
EventsCmd |
withLabelFilter(Map<String,String> labels) |
EventsCmd |
withLabelFilter(String... label) |
EventsCmd |
withSince(String since) |
EventsCmd |
withUntil(String until) |
exec
@CheckForNull Map<String,List<String>> getFilters()
@CheckForNull String getSince()
@CheckForNull String getUntil()
EventsCmd withContainerFilter(String... container)
container
- - container to filterEventsCmd withEventFilter(String... event)
event
- - event to filter (pull | create | attach | start | stop | kill)EventsCmd withLabelFilter(Map<String,String> labels)
labels
- - labels to filter (map of names and values)EventsCmd withSince(String since)
since
- - Show all events created since timestampCopyright © 2016. All Rights Reserved.