Package com.oracle.bmc.devops.model
Class DeliveredArtifactCollection.Builder
- java.lang.Object
-
- com.oracle.bmc.devops.model.DeliveredArtifactCollection.Builder
-
- Enclosing class:
- DeliveredArtifactCollection
public static class DeliveredArtifactCollection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeliveredArtifactCollection
build()
DeliveredArtifactCollection.Builder
copy(DeliveredArtifactCollection model)
DeliveredArtifactCollection.Builder
items(List<DeliveredArtifact> items)
List of artifacts delivered through the Deliver Artifacts stage.
-
-
-
Method Detail
-
items
public DeliveredArtifactCollection.Builder items(List<DeliveredArtifact> items)
List of artifacts delivered through the Deliver Artifacts stage.- Parameters:
items
- the value to set- Returns:
- this builder
-
build
public DeliveredArtifactCollection build()
-
copy
public DeliveredArtifactCollection.Builder copy(DeliveredArtifactCollection model)
-
-