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