Package com.oracle.bmc.devops.model
Class DeliverArtifactCollection.Builder
- java.lang.Object
- 
- com.oracle.bmc.devops.model.DeliverArtifactCollection.Builder
 
- 
- Enclosing class:
- DeliverArtifactCollection
 
 public static class DeliverArtifactCollection.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DeliverArtifactCollectionbuild()DeliverArtifactCollection.Buildercopy(DeliverArtifactCollection model)DeliverArtifactCollection.Builderitems(List<DeliverArtifact> items)Collection of artifacts that were generated in the Build stage and need to be pushed to the artifactory stores.
 
- 
- 
- 
Method Detail- 
itemspublic DeliverArtifactCollection.Builder items(List<DeliverArtifact> items) Collection of artifacts that were generated in the Build stage and need to be pushed to the artifactory stores.In case of UPDATE operation, replaces existing artifacts list. Merging with existing artifacts is not supported. - Parameters:
- items- the value to set
- Returns:
- this builder
 
 - 
buildpublic DeliverArtifactCollection build() 
 - 
copypublic DeliverArtifactCollection.Builder copy(DeliverArtifactCollection model) 
 
- 
 
-