Uses of Enum Class
io.quarkus.test.model.CustomVolume.VolumeType
Packages that use CustomVolume.VolumeType
-
Uses of CustomVolume.VolumeType in io.quarkus.test.model
Methods in io.quarkus.test.model that return CustomVolume.VolumeTypeModifier and TypeMethodDescriptionstatic CustomVolume.VolumeTypeReturns the enum constant of this class with the specified name.static CustomVolume.VolumeType[]CustomVolume.VolumeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.quarkus.test.model with parameters of type CustomVolume.VolumeTypeModifierConstructorDescriptionCustomVolume(String name, String subFolderRegExp, CustomVolume.VolumeType volumeType)