public class TagImageCmdImpl extends AbstrDockerCmd<TagImageCmd,Void> implements TagImageCmd
TagImageCmd.Execexecution| Constructor and Description |
|---|
TagImageCmdImpl(TagImageCmd.Exec exec,
String imageId,
String repository,
String tag) |
| Modifier and Type | Method and Description |
|---|---|
String |
getImageId() |
String |
getRepository() |
String |
getTag() |
Boolean |
hasForceEnabled() |
TagImageCmd |
withForce() |
TagImageCmd |
withForce(Boolean force) |
TagImageCmd |
withImageId(String imageId) |
TagImageCmd |
withRepository(String repository) |
TagImageCmd |
withTag(String tag) |
close, exec, registryAuth, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitexecpublic TagImageCmdImpl(TagImageCmd.Exec exec, String imageId, String repository, String tag)
public String getImageId()
getImageId in interface TagImageCmdpublic String getRepository()
getRepository in interface TagImageCmdpublic String getTag()
getTag in interface TagImageCmdpublic Boolean hasForceEnabled()
hasForceEnabled in interface TagImageCmdpublic TagImageCmd withImageId(String imageId)
withImageId in interface TagImageCmdpublic TagImageCmd withRepository(String repository)
withRepository in interface TagImageCmdpublic TagImageCmd withTag(String tag)
withTag in interface TagImageCmdpublic TagImageCmd withForce()
withForce in interface TagImageCmdpublic TagImageCmd withForce(Boolean force)
withForce in interface TagImageCmdCopyright © 2025. All rights reserved.