public static class GenericDeliveredArtifact.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GenericDeliveredArtifact.Builder |
artifactRepositoryId(String artifactRepositoryId)
The OCID of the artifact registry repository used by the DeliverArtifactStage
|
GenericDeliveredArtifact |
build() |
GenericDeliveredArtifact.Builder |
copy(GenericDeliveredArtifact model) |
GenericDeliveredArtifact.Builder |
deliveredArtifactId(String deliveredArtifactId)
The OCID of the artifact pushed by the Deliver Artifacts stage.
|
GenericDeliveredArtifact.Builder |
deployArtifactId(String deployArtifactId) |
GenericDeliveredArtifact.Builder |
outputArtifactName(String outputArtifactName) |
GenericDeliveredArtifact.Builder |
path(String path)
Path of the repository where artifact was pushed
|
GenericDeliveredArtifact.Builder |
version(String version)
Version of the artifact pushed
|
public GenericDeliveredArtifact.Builder deployArtifactId(String deployArtifactId)
public GenericDeliveredArtifact.Builder outputArtifactName(String outputArtifactName)
public GenericDeliveredArtifact.Builder artifactRepositoryId(String artifactRepositoryId)
The OCID of the artifact registry repository used by the DeliverArtifactStage
artifactRepositoryId
- the value to setpublic GenericDeliveredArtifact.Builder deliveredArtifactId(String deliveredArtifactId)
The OCID of the artifact pushed by the Deliver Artifacts stage.
deliveredArtifactId
- the value to setpublic GenericDeliveredArtifact.Builder path(String path)
Path of the repository where artifact was pushed
path
- the value to setpublic GenericDeliveredArtifact.Builder version(String version)
Version of the artifact pushed
version
- the value to setpublic GenericDeliveredArtifact build()
public GenericDeliveredArtifact.Builder copy(GenericDeliveredArtifact model)
Copyright © 2016–2024. All rights reserved.