public static enum JkDockerJvmBuild.PopularBaseImage extends java.lang.Enum<JkDockerJvmBuild.PopularBaseImage>
Enum Constant and Description |
---|
TEMURIN_JRE_ALPINE_IMAGE |
TEMURIN_JRE_MINIMAL_IMAGE |
Modifier and Type | Field and Description |
---|---|
java.lang.String |
imageName |
Modifier and Type | Method and Description |
---|---|
static JkDockerJvmBuild.PopularBaseImage |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JkDockerJvmBuild.PopularBaseImage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JkDockerJvmBuild.PopularBaseImage TEMURIN_JRE_MINIMAL_IMAGE
public static final JkDockerJvmBuild.PopularBaseImage TEMURIN_JRE_ALPINE_IMAGE
public static JkDockerJvmBuild.PopularBaseImage[] values()
for (JkDockerJvmBuild.PopularBaseImage c : JkDockerJvmBuild.PopularBaseImage.values()) System.out.println(c);
public static JkDockerJvmBuild.PopularBaseImage valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null