public class InspectServiceCmdImpl extends AbstrDockerCmd<InspectServiceCmd,Service> implements InspectServiceCmd
InspectServiceCmd.Exec
execution
Constructor and Description |
---|
InspectServiceCmdImpl(InspectServiceCmd.Exec exec,
java.lang.String serviceId) |
Modifier and Type | Method and Description |
---|---|
Service |
exec() |
java.lang.String |
getServiceId() |
InspectServiceCmd |
withServiceId(java.lang.String serviceId) |
close, registryAuth, toString
public InspectServiceCmdImpl(InspectServiceCmd.Exec exec, java.lang.String serviceId)
public java.lang.String getServiceId()
getServiceId
in interface InspectServiceCmd
public InspectServiceCmd withServiceId(java.lang.String serviceId)
withServiceId
in interface InspectServiceCmd
public Service exec() throws NotFoundException
exec
in interface InspectServiceCmd
exec
in interface SyncDockerCmd<Service>
exec
in class AbstrDockerCmd<InspectServiceCmd,Service>
NotFoundException
- No such serviceCopyright © 2018. All Rights Reserved.