public static enum HelmConfig.HelmType extends Enum<HelmConfig.HelmType>
| Enum Constant and Description |
|---|
KUBERNETES |
OPENSHIFT |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassifier() |
String |
getDescription() |
String |
getOutputDir() |
String |
getSourceDir() |
static List<HelmConfig.HelmType> |
parseString(String types) |
static HelmConfig.HelmType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HelmConfig.HelmType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HelmConfig.HelmType KUBERNETES
public static final HelmConfig.HelmType OPENSHIFT
public static HelmConfig.HelmType[] values()
for (HelmConfig.HelmType c : HelmConfig.HelmType.values()) System.out.println(c);
public static HelmConfig.HelmType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getClassifier()
public String getSourceDir()
public String getOutputDir()
public String getDescription()
public static List<HelmConfig.HelmType> parseString(String types)
Copyright © 2024. All rights reserved.