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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DeliveredArtifactCollectionbuild()DeliveredArtifactCollection.Buildercopy(DeliveredArtifactCollection model)DeliveredArtifactCollection.Builderitems(List<DeliveredArtifact> items)List of artifacts delivered through the Deliver Artifacts stage.
 
- 
- 
- 
Method Detail- 
itemspublic DeliveredArtifactCollection.Builder items(List<DeliveredArtifact> items) List of artifacts delivered through the Deliver Artifacts stage.- Parameters:
- items- the value to set
- Returns:
- this builder
 
 - 
buildpublic DeliveredArtifactCollection build() 
 - 
copypublic DeliveredArtifactCollection.Builder copy(DeliveredArtifactCollection model) 
 
- 
 
-