Uses of Class
com.oracle.bmc.devops.model.DeliverArtifactCollection.Builder
-
Packages that use DeliverArtifactCollection.Builder Package Description com.oracle.bmc.devops.model -
-
Uses of DeliverArtifactCollection.Builder in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return DeliverArtifactCollection.Builder Modifier and Type Method Description static DeliverArtifactCollection.Builder
DeliverArtifactCollection. builder()
Create a new builder.DeliverArtifactCollection.Builder
DeliverArtifactCollection.Builder. copy(DeliverArtifactCollection model)
DeliverArtifactCollection.Builder
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.DeliverArtifactCollection.Builder
DeliverArtifactCollection. toBuilder()
-