public static enum HelmRepository.HelmRepoType extends Enum<HelmRepository.HelmRepoType>
| Enum Constant and Description |
|---|
ARTIFACTORY |
CHARTMUSEUM |
NEXUS |
OCI |
| Modifier and Type | Method and Description |
|---|---|
static HelmRepository.HelmRepoType |
parseString(String repoType) |
static HelmRepository.HelmRepoType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HelmRepository.HelmRepoType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HelmRepository.HelmRepoType CHARTMUSEUM
public static final HelmRepository.HelmRepoType ARTIFACTORY
public static final HelmRepository.HelmRepoType NEXUS
public static final HelmRepository.HelmRepoType OCI
public static HelmRepository.HelmRepoType[] values()
for (HelmRepository.HelmRepoType c : HelmRepository.HelmRepoType.values()) System.out.println(c);
public static HelmRepository.HelmRepoType 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 static HelmRepository.HelmRepoType parseString(String repoType)
Copyright © 2024. All rights reserved.