public class ListServicesCmdImpl extends AbstrDockerCmd<ListServicesCmd,List<Service>> implements ListServicesCmd
ListServicesCmd.Execexecution| Constructor and Description |
|---|
ListServicesCmdImpl(ListServicesCmd.Exec exec) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<String>> |
getFilters() |
ListServicesCmd |
withIdFilter(List<String> ids) |
ListServicesCmd |
withLabelFilter(Map<String,String> labels) |
ListServicesCmd |
withNameFilter(List<String> names) |
close, exec, registryAuth, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitexecpublic ListServicesCmdImpl(ListServicesCmd.Exec exec)
public Map<String,List<String>> getFilters()
getFilters in interface ListServicesCmdpublic ListServicesCmd withIdFilter(List<String> ids)
withIdFilter in interface ListServicesCmdpublic ListServicesCmd withNameFilter(List<String> names)
withNameFilter in interface ListServicesCmdpublic ListServicesCmd withLabelFilter(Map<String,String> labels)
withLabelFilter in interface ListServicesCmdCopyright © 2025. All rights reserved.