Uses of Class
com.oracle.bmc.devops.model.DeployPipelineStage
-
Packages that use DeployPipelineStage Package Description com.oracle.bmc.devops.model -
-
Uses of DeployPipelineStage in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return DeployPipelineStage Modifier and Type Method Description DeployPipelineStage
DeployPipelineStage.Builder. build()
Methods in com.oracle.bmc.devops.model that return types with arguments of type DeployPipelineStage Modifier and Type Method Description List<DeployPipelineStage>
DeployPipelineStageCollection. getItems()
List of stages.Methods in com.oracle.bmc.devops.model with parameters of type DeployPipelineStage Modifier and Type Method Description DeployPipelineStage.Builder
DeployPipelineStage.Builder. copy(DeployPipelineStage model)
Method parameters in com.oracle.bmc.devops.model with type arguments of type DeployPipelineStage Modifier and Type Method Description DeployPipelineStageCollection.Builder
DeployPipelineStageCollection.Builder. items(List<DeployPipelineStage> items)
List of stages.Constructor parameters in com.oracle.bmc.devops.model with type arguments of type DeployPipelineStage Constructor Description DeployPipelineStageCollection(List<DeployPipelineStage> items)
Deprecated.
-