Uses of Class
com.oracle.bmc.devops.model.OcirDeployArtifactSource.Builder
- 
Packages that use OcirDeployArtifactSource.Builder Package Description com.oracle.bmc.devops.model 
- 
- 
Uses of OcirDeployArtifactSource.Builder in com.oracle.bmc.devops.modelMethods in com.oracle.bmc.devops.model that return OcirDeployArtifactSource.Builder Modifier and Type Method Description static OcirDeployArtifactSource.BuilderOcirDeployArtifactSource. builder()Create a new builder.OcirDeployArtifactSource.BuilderOcirDeployArtifactSource.Builder. copy(OcirDeployArtifactSource model)OcirDeployArtifactSource.BuilderOcirDeployArtifactSource.Builder. imageDigest(String imageDigest)Specifies image digest for the version of the image.OcirDeployArtifactSource.BuilderOcirDeployArtifactSource.Builder. imageUri(String imageUri)Specifies OCIR image path - optionally include tag.OcirDeployArtifactSource.BuilderOcirDeployArtifactSource. toBuilder()
 
-