public class JobStepExecutionOptions extends Object
Constructor and Description |
---|
JobStepExecutionOptions() |
Modifier and Type | Method and Description |
---|---|
Integer |
initialRetryIntervalSeconds()
Get the initialRetryIntervalSeconds value.
|
Integer |
maximumRetryIntervalSeconds()
Get the maximumRetryIntervalSeconds value.
|
Integer |
retryAttempts()
Get the retryAttempts value.
|
Double |
retryIntervalBackoffMultiplier()
Get the retryIntervalBackoffMultiplier value.
|
Integer |
timeoutSeconds()
Get the timeoutSeconds value.
|
JobStepExecutionOptions |
withInitialRetryIntervalSeconds(Integer initialRetryIntervalSeconds)
Set the initialRetryIntervalSeconds value.
|
JobStepExecutionOptions |
withMaximumRetryIntervalSeconds(Integer maximumRetryIntervalSeconds)
Set the maximumRetryIntervalSeconds value.
|
JobStepExecutionOptions |
withRetryAttempts(Integer retryAttempts)
Set the retryAttempts value.
|
JobStepExecutionOptions |
withRetryIntervalBackoffMultiplier(Double retryIntervalBackoffMultiplier)
Set the retryIntervalBackoffMultiplier value.
|
JobStepExecutionOptions |
withTimeoutSeconds(Integer timeoutSeconds)
Set the timeoutSeconds value.
|
public Integer timeoutSeconds()
public JobStepExecutionOptions withTimeoutSeconds(Integer timeoutSeconds)
timeoutSeconds
- the timeoutSeconds value to setpublic Integer retryAttempts()
public JobStepExecutionOptions withRetryAttempts(Integer retryAttempts)
retryAttempts
- the retryAttempts value to setpublic Integer initialRetryIntervalSeconds()
public JobStepExecutionOptions withInitialRetryIntervalSeconds(Integer initialRetryIntervalSeconds)
initialRetryIntervalSeconds
- the initialRetryIntervalSeconds value to setpublic Integer maximumRetryIntervalSeconds()
public JobStepExecutionOptions withMaximumRetryIntervalSeconds(Integer maximumRetryIntervalSeconds)
maximumRetryIntervalSeconds
- the maximumRetryIntervalSeconds value to setpublic Double retryIntervalBackoffMultiplier()
public JobStepExecutionOptions withRetryIntervalBackoffMultiplier(Double retryIntervalBackoffMultiplier)
retryIntervalBackoffMultiplier
- the retryIntervalBackoffMultiplier value to setCopyright © 2019. All rights reserved.