public static class DeliverArtifactCollection.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
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.
items
- the value to setpublic DeliverArtifactCollection build()
public DeliverArtifactCollection.Builder copy(DeliverArtifactCollection model)
Copyright © 2016–2024. All rights reserved.