public class RemoveServiceCmdImpl extends AbstrDockerCmd<RemoveServiceCmd,Void> implements RemoveServiceCmd
RemoveServiceCmd.Execexecution| Constructor and Description |
|---|
RemoveServiceCmdImpl(RemoveServiceCmd.Exec exec,
String serviceId) |
| Modifier and Type | Method and Description |
|---|---|
Void |
exec() |
String |
getServiceId() |
RemoveServiceCmd |
withServiceId(String serviceId) |
close, registryAuth, toStringpublic RemoveServiceCmdImpl(RemoveServiceCmd.Exec exec, String serviceId)
public String getServiceId()
getServiceId in interface RemoveServiceCmdpublic RemoveServiceCmd withServiceId(String serviceId)
withServiceId in interface RemoveServiceCmdpublic Void exec() throws NotFoundException
exec in interface RemoveServiceCmdexec in interface SyncDockerCmd<Void>exec in class AbstrDockerCmd<RemoveServiceCmd,Void>NotFoundException - No such serviceCopyright © 2025. All rights reserved.