Uses of Class
com.oracle.bmc.devops.requests.TriggerDeploymentDryRunRequest
-
Packages that use TriggerDeploymentDryRunRequest Package Description com.oracle.bmc.devops com.oracle.bmc.devops.requests -
-
Uses of TriggerDeploymentDryRunRequest in com.oracle.bmc.devops
Method parameters in com.oracle.bmc.devops with type arguments of type TriggerDeploymentDryRunRequest Modifier and Type Method Description Future<TriggerDeploymentDryRunResponse>
DevopsAsync. triggerDeploymentDryRun(TriggerDeploymentDryRunRequest request, AsyncHandler<TriggerDeploymentDryRunRequest,TriggerDeploymentDryRunResponse> handler)
Sends a request to trigger a dry run, passing a HelmDiffArgumentCollection This is an internal-only endpoint, access to this endpoint is restricted.Future<TriggerDeploymentDryRunResponse>
DevopsAsyncClient. triggerDeploymentDryRun(TriggerDeploymentDryRunRequest request, AsyncHandler<TriggerDeploymentDryRunRequest,TriggerDeploymentDryRunResponse> handler)
-
Uses of TriggerDeploymentDryRunRequest in com.oracle.bmc.devops.requests
Methods in com.oracle.bmc.devops.requests that return TriggerDeploymentDryRunRequest Modifier and Type Method Description TriggerDeploymentDryRunRequest
TriggerDeploymentDryRunRequest.Builder. build()
Build the instance of TriggerDeploymentDryRunRequest as configured by this builderTriggerDeploymentDryRunRequest
TriggerDeploymentDryRunRequest.Builder. buildWithoutInvocationCallback()
Build the instance of TriggerDeploymentDryRunRequest as configured by this builderMethods in com.oracle.bmc.devops.requests with parameters of type TriggerDeploymentDryRunRequest Modifier and Type Method Description TriggerDeploymentDryRunRequest.Builder
TriggerDeploymentDryRunRequest.Builder. copy(TriggerDeploymentDryRunRequest o)
Copy method to populate the builder with values from the given instance.
-