Uses of Class
io.fabric8.openshift.api.model.ImageSourcePath
-
Packages that use ImageSourcePath Package Description io.fabric8.openshift.api.model -
-
Uses of ImageSourcePath in io.fabric8.openshift.api.model
Methods in io.fabric8.openshift.api.model that return ImageSourcePath Modifier and Type Method Description ImageSourcePathImageSourcePathBuilder. build()ImageSourcePathImageSourceFluent. buildFirstPath()ImageSourcePathImageSourceFluent. buildLastPath()ImageSourcePathImageSourceFluent. buildMatchingPath(Predicate<ImageSourcePathBuilder> predicate)ImageSourcePathImageSourceFluent. buildPath(int index)Methods in io.fabric8.openshift.api.model that return types with arguments of type ImageSourcePath Modifier and Type Method Description List<ImageSourcePath>ImageSourceFluent. buildPaths()List<ImageSourcePath>ImageSource. getPaths()paths is a list of source and destination paths to copy from the image.Methods in io.fabric8.openshift.api.model with parameters of type ImageSourcePath Modifier and Type Method Description ImageSourceFluent.PathsNested<A>ImageSourceFluent. addNewPathLike(ImageSourcePath item)AImageSourceFluent. addToPaths(int index, ImageSourcePath item)AImageSourceFluent. addToPaths(ImageSourcePath... items)protected voidImageSourcePathFluent. copyInstance(ImageSourcePath instance)AImageSourceFluent. removeFromPaths(ImageSourcePath... items)ImageSourceFluent.PathsNested<A>ImageSourceFluent. setNewPathLike(int index, ImageSourcePath item)AImageSourceFluent. setToPaths(int index, ImageSourcePath item)AImageSourceFluent. withPaths(ImageSourcePath... paths)Method parameters in io.fabric8.openshift.api.model with type arguments of type ImageSourcePath Modifier and Type Method Description AImageSourceFluent. addAllToPaths(Collection<ImageSourcePath> items)AImageSourceFluent. removeAllFromPaths(Collection<ImageSourcePath> items)voidImageSource. setPaths(List<ImageSourcePath> paths)paths is a list of source and destination paths to copy from the image.AImageSourceFluent. withPaths(List<ImageSourcePath> paths)Constructors in io.fabric8.openshift.api.model with parameters of type ImageSourcePath Constructor Description ImageSourcePathBuilder(ImageSourcePath instance)ImageSourcePathBuilder(ImageSourcePathFluent<?> fluent, ImageSourcePath instance)ImageSourcePathFluent(ImageSourcePath instance)
-