Uses of Class
io.fabric8.openshift.api.model.BuildSourceFluent.ImagesNested
-
Packages that use BuildSourceFluent.ImagesNested Package Description io.fabric8.openshift.api.model -
-
Uses of BuildSourceFluent.ImagesNested in io.fabric8.openshift.api.model
Methods in io.fabric8.openshift.api.model that return BuildSourceFluent.ImagesNested Modifier and Type Method Description BuildSourceFluent.ImagesNested<A>BuildSourceFluent. addNewImage()BuildSourceFluent.ImagesNested<A>BuildSourceFluent. addNewImageLike(ImageSource item)BuildSourceFluent.ImagesNested<A>BuildSourceFluent. editFirstImage()BuildSourceFluent.ImagesNested<A>BuildSourceFluent. editImage(int index)BuildSourceFluent.ImagesNested<A>BuildSourceFluent. editLastImage()BuildSourceFluent.ImagesNested<A>BuildSourceFluent. editMatchingImage(Predicate<ImageSourceBuilder> predicate)BuildSourceFluent.ImagesNested<A>BuildSourceFluent. setNewImageLike(int index, ImageSource item)
-