| Modifier and Type | Method and Description |
|---|---|
JobStepExecutionOptions |
JobStepExecutionOptions.withInitialRetryIntervalSeconds(Integer initialRetryIntervalSeconds)
Set the initialRetryIntervalSeconds value.
|
JobStepExecutionOptions |
JobStepExecutionOptions.withMaximumRetryIntervalSeconds(Integer maximumRetryIntervalSeconds)
Set the maximumRetryIntervalSeconds value.
|
JobStepExecutionOptions |
JobStepExecutionOptions.withRetryAttempts(Integer retryAttempts)
Set the retryAttempts value.
|
JobStepExecutionOptions |
JobStepExecutionOptions.withRetryIntervalBackoffMultiplier(Double retryIntervalBackoffMultiplier)
Set the retryIntervalBackoffMultiplier value.
|
JobStepExecutionOptions |
JobStepExecutionOptions.withTimeoutSeconds(Integer timeoutSeconds)
Set the timeoutSeconds value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/