Uses of Class
nl.lexemmens.podman.config.image.StageConfiguration
-
Packages that use StageConfiguration Package Description nl.lexemmens.podman.config.image -
-
Uses of StageConfiguration in nl.lexemmens.podman.config.image
Fields in nl.lexemmens.podman.config.image declared as StageConfiguration Modifier and Type Field Description protected StageConfiguration[]AbstractImageConfiguration. stagesAllows specifying a custom image name per stage in case of a multistage Containerfile.Methods in nl.lexemmens.podman.config.image that return StageConfiguration Modifier and Type Method Description StageConfiguration[]AbstractImageConfiguration. getStages()Returns the stage configuration for naming imagesMethods in nl.lexemmens.podman.config.image with parameters of type StageConfiguration Modifier and Type Method Description voidAbstractImageConfiguration. setStages(StageConfiguration[] stages)Sets the customStageConfigurations
-