public static class DeliverArtifact.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DeliverArtifact.Builder |
artifactId(String artifactId)
Artifact identifier that contains the artifact definition.
|
DeliverArtifact.Builder |
artifactName(String artifactName)
Name of the artifact specified in the build_spec.yaml file.
|
DeliverArtifact |
build() |
DeliverArtifact.Builder |
copy(DeliverArtifact model) |
public DeliverArtifact.Builder artifactName(String artifactName)
Name of the artifact specified in the build_spec.yaml file.
artifactName
- the value to setpublic DeliverArtifact.Builder artifactId(String artifactId)
Artifact identifier that contains the artifact definition.
artifactId
- the value to setpublic DeliverArtifact build()
public DeliverArtifact.Builder copy(DeliverArtifact model)
Copyright © 2016–2024. All rights reserved.