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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeliverArtifactCollection
build()
DeliverArtifactCollection.Builder
copy(DeliverArtifactCollection model)
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.
-
-
-
Method Detail
-
items
public 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
-
build
public DeliverArtifactCollection build()
-
copy
public DeliverArtifactCollection.Builder copy(DeliverArtifactCollection model)
-
-