Uses of Class
com.oracle.bmc.devops.model.TriggerDryRunResult
-
Packages that use TriggerDryRunResult Package Description com.oracle.bmc.devops.model com.oracle.bmc.devops.responses -
-
Uses of TriggerDryRunResult in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return TriggerDryRunResult Modifier and Type Method Description TriggerDryRunResult
TriggerDryRunResult.Builder. build()
Methods in com.oracle.bmc.devops.model with parameters of type TriggerDryRunResult Modifier and Type Method Description TriggerDryRunResult.Builder
TriggerDryRunResult.Builder. copy(TriggerDryRunResult model)
-
Uses of TriggerDryRunResult in com.oracle.bmc.devops.responses
Methods in com.oracle.bmc.devops.responses that return TriggerDryRunResult Modifier and Type Method Description TriggerDryRunResult
TriggerDeploymentDryRunResponse. getTriggerDryRunResult()
The returned TriggerDryRunResult instance.Methods in com.oracle.bmc.devops.responses with parameters of type TriggerDryRunResult Modifier and Type Method Description TriggerDeploymentDryRunResponse.Builder
TriggerDeploymentDryRunResponse.Builder. triggerDryRunResult(TriggerDryRunResult triggerDryRunResult)
The returned TriggerDryRunResult instance.
-