Uses of Class
com.oracle.bmc.devops.model.OkeHelmChartDeployStageSummary.Purpose
-
Packages that use OkeHelmChartDeployStageSummary.Purpose Package Description com.oracle.bmc.devops.model -
-
Uses of OkeHelmChartDeployStageSummary.Purpose in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return OkeHelmChartDeployStageSummary.Purpose Modifier and Type Method Description static OkeHelmChartDeployStageSummary.PurposeOkeHelmChartDeployStageSummary.Purpose. create(String key)OkeHelmChartDeployStageSummary.PurposeOkeHelmChartDeployStageSummary. getPurpose()The purpose of running this Helm stagestatic OkeHelmChartDeployStageSummary.PurposeOkeHelmChartDeployStageSummary.Purpose. valueOf(String name)Returns the enum constant of this type with the specified name.static OkeHelmChartDeployStageSummary.Purpose[]OkeHelmChartDeployStageSummary.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 OkeHelmChartDeployStageSummary.Purpose Modifier and Type Method Description OkeHelmChartDeployStageSummary.BuilderOkeHelmChartDeployStageSummary.Builder. purpose(OkeHelmChartDeployStageSummary.Purpose purpose)The purpose of running this Helm stageConstructors in com.oracle.bmc.devops.model with parameters of type OkeHelmChartDeployStageSummary.Purpose Constructor Description OkeHelmChartDeployStageSummary(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, OkeHelmChartDeployStageSummary.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.
-