Uses of Class
com.oracle.bmc.devops.model.HelmDiffArgumentCollection
-
Packages that use HelmDiffArgumentCollection Package Description com.oracle.bmc.devops.model -
-
Uses of HelmDiffArgumentCollection in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return HelmDiffArgumentCollection Modifier and Type Method Description HelmDiffArgumentCollection
HelmDiffArgumentCollection.Builder. build()
HelmDiffArgumentCollection
TriggerDeploymentDryRunDetails. getHelmDiffArguments()
Methods in com.oracle.bmc.devops.model with parameters of type HelmDiffArgumentCollection Modifier and Type Method Description HelmDiffArgumentCollection.Builder
HelmDiffArgumentCollection.Builder. copy(HelmDiffArgumentCollection model)
TriggerDeploymentDryRunDetails.Builder
TriggerDeploymentDryRunDetails.Builder. helmDiffArguments(HelmDiffArgumentCollection helmDiffArguments)
Constructors in com.oracle.bmc.devops.model with parameters of type HelmDiffArgumentCollection Constructor Description TriggerDeploymentDryRunDetails(HelmDiffArgumentCollection helmDiffArguments, CreateDeploymentDetails createDeploymentDetails)
Deprecated.
-