public static class ContainerRegistryDeliveredArtifact.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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 DeliverArtifactStage
|
ContainerRegistryDeliveredArtifact.Builder |
outputArtifactName(String outputArtifactName) |
public ContainerRegistryDeliveredArtifact.Builder deployArtifactId(String deployArtifactId)
public ContainerRegistryDeliveredArtifact.Builder outputArtifactName(String outputArtifactName)
public ContainerRegistryDeliveredArtifact.Builder deliveredArtifactHash(String deliveredArtifactHash)
The hash of the container registry artifact pushed by the Deliver Artifacts stage.
deliveredArtifactHash
- the value to setpublic ContainerRegistryDeliveredArtifact.Builder imageUri(String imageUri)
The imageUri of the OCIR artifact pushed by the DeliverArtifactStage
imageUri
- the value to setpublic ContainerRegistryDeliveredArtifact build()
public ContainerRegistryDeliveredArtifact.Builder copy(ContainerRegistryDeliveredArtifact model)
Copyright © 2016–2024. All rights reserved.