Uses of Class
com.oracle.bmc.devops.model.OkeHelmChartDeployStage.Purpose
-
Packages that use OkeHelmChartDeployStage.Purpose Package Description com.oracle.bmc.devops.model -
-
Uses of OkeHelmChartDeployStage.Purpose in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return OkeHelmChartDeployStage.Purpose Modifier and Type Method Description static OkeHelmChartDeployStage.Purpose
OkeHelmChartDeployStage.Purpose. create(String key)
OkeHelmChartDeployStage.Purpose
OkeHelmChartDeployStage. getPurpose()
The purpose of running this Helm stagestatic OkeHelmChartDeployStage.Purpose
OkeHelmChartDeployStage.Purpose. valueOf(String name)
Returns the enum constant of this type with the specified name.static OkeHelmChartDeployStage.Purpose[]
OkeHelmChartDeployStage.Purpose. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.devops.model with parameters of type OkeHelmChartDeployStage.Purpose Modifier and Type Method Description OkeHelmChartDeployStage.Builder
OkeHelmChartDeployStage.Builder. purpose(OkeHelmChartDeployStage.Purpose purpose)
The purpose of running this Helm stageConstructors in com.oracle.bmc.devops.model with parameters of type OkeHelmChartDeployStage.Purpose Constructor Description OkeHelmChartDeployStage(String id, String description, String displayName, String projectId, String deployPipelineId, String compartmentId, Date timeCreated, Date timeUpdated, DeployStage.LifecycleState lifecycleState, String lifecycleDetails, DeployStagePredecessorCollection deployStagePredecessorCollection, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, String okeClusterDeployEnvironmentId, String helmChartDeployArtifactId, List<String> valuesArtifactIds, String releaseName, Boolean isUninstallOnStageDelete, List<String> helmCommandArtifactIds, OkeHelmChartDeployStage.Purpose purpose, String namespace, Integer timeoutInSeconds, DeployStageRollbackPolicy rollbackPolicy, HelmSetValueCollection setValues, HelmSetValueCollection setString, Boolean areHooksEnabled, Boolean shouldReuseValues, Boolean shouldResetValues, Boolean isForceEnabled, Boolean shouldCleanupOnFail, Integer maxHistory, Boolean shouldSkipCrds, Boolean shouldSkipRenderSubchartNotes, Boolean shouldNotWait, Boolean isDebugEnabled)
Deprecated.
-