Uses of Class
com.oracle.bmc.devops.model.ValueArtifactContentCollection
-
Packages that use ValueArtifactContentCollection Package Description com.oracle.bmc.devops.model -
-
Uses of ValueArtifactContentCollection in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return ValueArtifactContentCollection Modifier and Type Method Description ValueArtifactContentCollection
ValueArtifactContentCollection.Builder. build()
ValueArtifactContentCollection
HelmDiffArgument. getValueArtifactContents()
Methods in com.oracle.bmc.devops.model with parameters of type ValueArtifactContentCollection Modifier and Type Method Description ValueArtifactContentCollection.Builder
ValueArtifactContentCollection.Builder. copy(ValueArtifactContentCollection model)
HelmDiffArgument.Builder
HelmDiffArgument.Builder. valueArtifactContents(ValueArtifactContentCollection valueArtifactContents)
Constructors in com.oracle.bmc.devops.model with parameters of type ValueArtifactContentCollection Constructor Description HelmDiffArgument(String stageId, HelmSetValueCollection helmArgSetValues, HelmSetValueCollection helmArgStringValues, ValueArtifactContentCollection valueArtifactContents, List<HelmStageContent> helmStageContents)
Deprecated.
-