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