public class ImageBuilder extends ImageFluentImpl<ImageBuilder> implements io.fabric8.docker.api.builder.VisitableBuilder<Image,ImageBuilder>
| Constructor and Description |
|---|
ImageBuilder() |
ImageBuilder(Boolean validationEnabled) |
ImageBuilder(Image instance) |
ImageBuilder(Image instance,
Boolean validationEnabled) |
ImageBuilder(ImageFluent<?> fluent) |
ImageBuilder(ImageFluent<?> fluent,
Boolean validationEnabled) |
ImageBuilder(ImageFluent<?> fluent,
Image instance) |
ImageBuilder(ImageFluent<?> fluent,
Image instance,
Boolean validationEnabled) |
| Modifier and Type | Method and Description |
|---|---|
EditableImage |
build() |
boolean |
equals(Object o) |
addAllToRepoDigests, addAllToRepoTags, addToLabels, addToLabels, addToRepoDigests, addToRepoDigests, addToRepoTags, addToRepoTags, getCreated, getFirstRepoDigest, getFirstRepoTag, getId, getLabels, getLastRepoDigest, getLastRepoTag, getMatchingRepoDigest, getMatchingRepoTag, getParentId, getRepoDigest, getRepoDigests, getRepoTag, getRepoTags, getSize, getVirtualSize, hasCreated, hasId, hasLabels, hasParentId, hasRepoDigests, hasRepoTags, hasSize, hasVirtualSize, removeAllFromRepoDigests, removeAllFromRepoTags, removeFromLabels, removeFromLabels, removeFromRepoDigests, removeFromRepoTags, setToRepoDigests, setToRepoTags, withCreated, withId, withLabels, withParentId, withRepoDigests, withRepoDigests, withRepoTags, withRepoTags, withSize, withVirtualSizeaccept, aggregate, aggregate, build, buildpublic ImageBuilder()
public ImageBuilder(Boolean validationEnabled)
public ImageBuilder(ImageFluent<?> fluent)
public ImageBuilder(ImageFluent<?> fluent, Boolean validationEnabled)
public ImageBuilder(ImageFluent<?> fluent, Image instance)
public ImageBuilder(ImageFluent<?> fluent, Image instance, Boolean validationEnabled)
public ImageBuilder(Image instance)
public EditableImage build()
build in interface io.fabric8.docker.api.builder.Builder<Image>public boolean equals(Object o)
equals in class ImageFluentImpl<ImageBuilder>Copyright © 2015–2017 Red Hat. All rights reserved.