| Modifier and Type | Method and Description |
|---|---|
JobStepExecutionOptions |
JobStepExecutionOptions.withInitialRetryIntervalSeconds(Integer initialRetryIntervalSeconds)
Set initial delay between retries for job step execution.
|
JobStepExecutionOptions |
JobStepExecutionOptions.withMaximumRetryIntervalSeconds(Integer maximumRetryIntervalSeconds)
Set the maximum amount of time to wait between retries for job step execution.
|
JobStepExecutionOptions |
JobStepExecutionOptions.withRetryAttempts(Integer retryAttempts)
Set maximum number of times the job step will be reattempted if the first attempt fails.
|
JobStepExecutionOptions |
JobStepExecutionOptions.withRetryIntervalBackoffMultiplier(Double retryIntervalBackoffMultiplier)
Set the backoff multiplier for the time between retries.
|
JobStepExecutionOptions |
JobStepExecutionOptions.withTimeoutSeconds(Integer timeoutSeconds)
Set execution timeout for the job step.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/