Class RuntimeSettings
java.lang.Object
io.jenkins.plugins.smart_retry.policy.RuntimeSettings
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRuntimeSettings(String profile, Set<FailureType> retryableFailureTypes, int maxRetries, BackoffStrategy backoff, int initialDelaySeconds) -
Method Summary
Modifier and TypeMethodDescriptionintint
-
Constructor Details
-
RuntimeSettings
public RuntimeSettings(@CheckForNull String profile, Set<FailureType> retryableFailureTypes, int maxRetries, BackoffStrategy backoff, int initialDelaySeconds)
-
-
Method Details
-
getProfile
-
getRetryableFailureTypes
-
getMaxRetries
public int getMaxRetries() -
getBackoff
-
getInitialDelaySeconds
public int getInitialDelaySeconds()
-