public static enum UpdateOkeHelmChartDeployStageDetails.Purpose extends Enum<UpdateOkeHelmChartDeployStageDetails.Purpose> implements BmcEnum
The purpose of running this Helm stage
Enum Constant and Description |
---|
ExecuteHelmCommand |
ExecuteHelmUpgrade |
Modifier and Type | Method and Description |
---|---|
static UpdateOkeHelmChartDeployStageDetails.Purpose |
create(String key) |
String |
getValue() |
static UpdateOkeHelmChartDeployStageDetails.Purpose |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateOkeHelmChartDeployStageDetails.Purpose[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UpdateOkeHelmChartDeployStageDetails.Purpose ExecuteHelmUpgrade
public static final UpdateOkeHelmChartDeployStageDetails.Purpose ExecuteHelmCommand
public static UpdateOkeHelmChartDeployStageDetails.Purpose[] values()
for (UpdateOkeHelmChartDeployStageDetails.Purpose c : UpdateOkeHelmChartDeployStageDetails.Purpose.values()) System.out.println(c);
public static UpdateOkeHelmChartDeployStageDetails.Purpose 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 UpdateOkeHelmChartDeployStageDetails.Purpose create(String key)
Copyright © 2016–2025. All rights reserved.