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