Uses of Class
com.oracle.bmc.devops.model.CreateDeploymentDetails
-
Packages that use CreateDeploymentDetails Package Description com.oracle.bmc.devops.model com.oracle.bmc.devops.requests -
-
Uses of CreateDeploymentDetails in com.oracle.bmc.devops.model
Subclasses of CreateDeploymentDetails in com.oracle.bmc.devops.model Modifier and Type Class Description class
CreateDeployPipelineDeploymentDetails
Details of the new deployment to be created that will run all the stages in the pipeline.class
CreateDeployPipelineRedeploymentDetails
Details of the new deployment to be created based on a previously executed deployment.class
CreateSingleDeployStageDeploymentDetails
Details of a new deployment to be created that will run a single stage of the pipeline.class
CreateSingleDeployStageRedeploymentDetails
Details of a new deployment to be created that will rerun a single stage from a previously executed deployment. -
Uses of CreateDeploymentDetails in com.oracle.bmc.devops.requests
Methods in com.oracle.bmc.devops.requests that return CreateDeploymentDetails Modifier and Type Method Description CreateDeploymentDetails
CreateDeploymentRequest. getBody$()
Alternative accessor for the body parameter.CreateDeploymentDetails
CreateDeploymentRequest. getCreateDeploymentDetails()
Details for the new deployment.Methods in com.oracle.bmc.devops.requests with parameters of type CreateDeploymentDetails Modifier and Type Method Description CreateDeploymentRequest.Builder
CreateDeploymentRequest.Builder. body$(CreateDeploymentDetails body)
Alternative setter for the body parameter.CreateDeploymentRequest.Builder
CreateDeploymentRequest.Builder. createDeploymentDetails(CreateDeploymentDetails createDeploymentDetails)
Details for the new deployment.
-