Uses of Class
com.oracle.bmc.devops.model.DeployArtifactCollection
-
Packages that use DeployArtifactCollection Package Description com.oracle.bmc.devops.model com.oracle.bmc.devops.responses -
-
Uses of DeployArtifactCollection in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return DeployArtifactCollection Modifier and Type Method Description DeployArtifactCollection
DeployArtifactCollection.Builder. build()
Methods in com.oracle.bmc.devops.model with parameters of type DeployArtifactCollection Modifier and Type Method Description DeployArtifactCollection.Builder
DeployArtifactCollection.Builder. copy(DeployArtifactCollection model)
-
Uses of DeployArtifactCollection in com.oracle.bmc.devops.responses
Methods in com.oracle.bmc.devops.responses that return DeployArtifactCollection Modifier and Type Method Description DeployArtifactCollection
ListDeployArtifactsResponse. getDeployArtifactCollection()
The returned DeployArtifactCollection instance.Methods in com.oracle.bmc.devops.responses with parameters of type DeployArtifactCollection Modifier and Type Method Description ListDeployArtifactsResponse.Builder
ListDeployArtifactsResponse.Builder. deployArtifactCollection(DeployArtifactCollection deployArtifactCollection)
The returned DeployArtifactCollection instance.
-