Uses of Class
com.oracle.bmc.devops.model.DeploymentSummary
-
Packages that use DeploymentSummary Package Description com.oracle.bmc.devops com.oracle.bmc.devops.model -
-
Uses of DeploymentSummary in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops that return types with arguments of type DeploymentSummary Modifier and Type Method Description Iterable<DeploymentSummary>
DevopsPaginators. listDeploymentsRecordIterator(ListDeploymentsRequest request)
Creates a new iterable which will iterate over theDeploymentSummary
objects contained in responses from the listDeployments operation. -
Uses of DeploymentSummary in com.oracle.bmc.devops.model
Subclasses of DeploymentSummary in com.oracle.bmc.devops.model Modifier and Type Class Description class
DeployPipelineDeploymentSummary
Summary of a full pipeline deployment.class
DeployPipelineRedeploymentSummary
Summary of a full pipeline redeployment.class
SingleDeployStageDeploymentSummary
Summary of single stage deployment.class
SingleDeployStageRedeploymentSummary
Summary of a single stage redeployment.Methods in com.oracle.bmc.devops.model that return types with arguments of type DeploymentSummary Modifier and Type Method Description List<DeploymentSummary>
DeploymentCollection. getItems()
Array of deployment summary items.Method parameters in com.oracle.bmc.devops.model with type arguments of type DeploymentSummary Modifier and Type Method Description DeploymentCollection.Builder
DeploymentCollection.Builder. items(List<DeploymentSummary> items)
Array of deployment summary items.Constructor parameters in com.oracle.bmc.devops.model with type arguments of type DeploymentSummary Constructor Description DeploymentCollection(List<DeploymentSummary> items)
Deprecated.
-