Package com.oracle.bmc.devops.model
Class ContainerRegistryDeliveredArtifact.Builder
- java.lang.Object
-
- com.oracle.bmc.devops.model.ContainerRegistryDeliveredArtifact.Builder
-
- Enclosing class:
- ContainerRegistryDeliveredArtifact
public static class ContainerRegistryDeliveredArtifact.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContainerRegistryDeliveredArtifact
build()
ContainerRegistryDeliveredArtifact.Builder
copy(ContainerRegistryDeliveredArtifact model)
ContainerRegistryDeliveredArtifact.Builder
deliveredArtifactHash(String deliveredArtifactHash)
The hash of the container registry artifact pushed by the Deliver Artifacts stage.ContainerRegistryDeliveredArtifact.Builder
deployArtifactId(String deployArtifactId)
ContainerRegistryDeliveredArtifact.Builder
imageUri(String imageUri)
The imageUri of the OCIR artifact pushed by the DeliverArtifactStageContainerRegistryDeliveredArtifact.Builder
outputArtifactName(String outputArtifactName)
-
-
-
Method Detail
-
deployArtifactId
public ContainerRegistryDeliveredArtifact.Builder deployArtifactId(String deployArtifactId)
-
outputArtifactName
public ContainerRegistryDeliveredArtifact.Builder outputArtifactName(String outputArtifactName)
-
deliveredArtifactHash
public ContainerRegistryDeliveredArtifact.Builder deliveredArtifactHash(String deliveredArtifactHash)
The hash of the container registry artifact pushed by the Deliver Artifacts stage.- Parameters:
deliveredArtifactHash
- the value to set- Returns:
- this builder
-
imageUri
public ContainerRegistryDeliveredArtifact.Builder imageUri(String imageUri)
The imageUri of the OCIR artifact pushed by the DeliverArtifactStage- Parameters:
imageUri
- the value to set- Returns:
- this builder
-
build
public ContainerRegistryDeliveredArtifact build()
-
copy
public ContainerRegistryDeliveredArtifact.Builder copy(ContainerRegistryDeliveredArtifact model)
-
-