public class EventsCmdImpl extends AbstrAsyncDockerCmd<EventsCmd,Event> implements EventsCmd
EventsCmd.Execexecution| Constructor and Description |
|---|
EventsCmdImpl(EventsCmd.Exec 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) |
close, execclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecpublic EventsCmdImpl(EventsCmd.Exec exec)
public EventsCmd withContainerFilter(String... container)
withContainerFilter in interface EventsCmdcontainer - - container to filterpublic EventsCmd withImageFilter(String... image)
withImageFilter in interface EventsCmdimage - - image to filterpublic EventsCmd withEventFilter(String... event)
withEventFilter in interface EventsCmdevent - - event to filter (pull | create | attach | start | stop | kill)public EventsCmd withLabelFilter(String... label)
withLabelFilter in interface EventsCmdlabel - - label to filterpublic EventsCmd withLabelFilter(Map<String,String> labels)
withLabelFilter in interface EventsCmdlabels - - labels to filter (map of names and values)Copyright © 2017. All Rights Reserved.