Uses of Class
com.oracle.bmc.devops.model.DeployPipelineArtifact
- 
Packages that use DeployPipelineArtifact Package Description com.oracle.bmc.devops.model 
- 
- 
Uses of DeployPipelineArtifact in com.oracle.bmc.devops.modelMethods in com.oracle.bmc.devops.model that return DeployPipelineArtifact Modifier and Type Method Description DeployPipelineArtifactDeployPipelineArtifact.Builder. build()Methods in com.oracle.bmc.devops.model that return types with arguments of type DeployPipelineArtifact Modifier and Type Method Description List<DeployPipelineArtifact>DeployPipelineArtifactCollection. getItems()List of all artifacts used in the pipeline.Methods in com.oracle.bmc.devops.model with parameters of type DeployPipelineArtifact Modifier and Type Method Description DeployPipelineArtifact.BuilderDeployPipelineArtifact.Builder. copy(DeployPipelineArtifact model)Method parameters in com.oracle.bmc.devops.model with type arguments of type DeployPipelineArtifact Modifier and Type Method Description DeployPipelineArtifactCollection.BuilderDeployPipelineArtifactCollection.Builder. items(List<DeployPipelineArtifact> items)List of all artifacts used in the pipeline.Constructor parameters in com.oracle.bmc.devops.model with type arguments of type DeployPipelineArtifact Constructor Description DeployPipelineArtifactCollection(List<DeployPipelineArtifact> items)Deprecated.
 
-