Uses of Class
com.oracle.bmc.devops.model.DeliverArtifact
-
Packages that use DeliverArtifact Package Description com.oracle.bmc.devops.model -
-
Uses of DeliverArtifact in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return DeliverArtifact Modifier and Type Method Description DeliverArtifact
DeliverArtifact.Builder. build()
Methods in com.oracle.bmc.devops.model that return types with arguments of type DeliverArtifact Modifier and Type Method Description List<DeliverArtifact>
DeliverArtifactCollection. getItems()
Collection of artifacts that were generated in the Build stage and need to be pushed to the artifactory stores.Methods in com.oracle.bmc.devops.model with parameters of type DeliverArtifact Modifier and Type Method Description DeliverArtifact.Builder
DeliverArtifact.Builder. copy(DeliverArtifact model)
Method parameters in com.oracle.bmc.devops.model with type arguments of type DeliverArtifact Modifier and Type Method Description 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.Constructor parameters in com.oracle.bmc.devops.model with type arguments of type DeliverArtifact Constructor Description DeliverArtifactCollection(List<DeliverArtifact> items)
Deprecated.
-