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.model
Methods in com.oracle.bmc.devops.model that return DeployPipelineArtifact Modifier and Type Method Description DeployPipelineArtifact
DeployPipelineArtifact.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.Builder
DeployPipelineArtifact.Builder. copy(DeployPipelineArtifact model)
Method parameters in com.oracle.bmc.devops.model with type arguments of type DeployPipelineArtifact Modifier and Type Method Description DeployPipelineArtifactCollection.Builder
DeployPipelineArtifactCollection.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.
-