Uses of Class
com.oracle.bmc.devops.model.TriggerDeploymentDryRunDetails
-
Packages that use TriggerDeploymentDryRunDetails Package Description com.oracle.bmc.devops.model com.oracle.bmc.devops.requests -
-
Uses of TriggerDeploymentDryRunDetails in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return TriggerDeploymentDryRunDetails Modifier and Type Method Description TriggerDeploymentDryRunDetails
TriggerDeploymentDryRunDetails.Builder. build()
Methods in com.oracle.bmc.devops.model with parameters of type TriggerDeploymentDryRunDetails Modifier and Type Method Description TriggerDeploymentDryRunDetails.Builder
TriggerDeploymentDryRunDetails.Builder. copy(TriggerDeploymentDryRunDetails model)
-
Uses of TriggerDeploymentDryRunDetails in com.oracle.bmc.devops.requests
Methods in com.oracle.bmc.devops.requests that return TriggerDeploymentDryRunDetails Modifier and Type Method Description TriggerDeploymentDryRunDetails
TriggerDeploymentDryRunRequest. getBody$()
Alternative accessor for the body parameter.TriggerDeploymentDryRunDetails
TriggerDeploymentDryRunRequest. getTriggerDeploymentDryRunDetails()
Details for dry run for the new Helm Deployment.Methods in com.oracle.bmc.devops.requests with parameters of type TriggerDeploymentDryRunDetails Modifier and Type Method Description TriggerDeploymentDryRunRequest.Builder
TriggerDeploymentDryRunRequest.Builder. body$(TriggerDeploymentDryRunDetails body)
Alternative setter for the body parameter.TriggerDeploymentDryRunRequest.Builder
TriggerDeploymentDryRunRequest.Builder. triggerDeploymentDryRunDetails(TriggerDeploymentDryRunDetails triggerDeploymentDryRunDetails)
Details for dry run for the new Helm Deployment.
-