Uses of Enum Class
io.jenkins.plugins.smart_retry.policy.BackoffStrategy
Packages that use BackoffStrategy
-
Uses of BackoffStrategy in io.jenkins.plugins.smart_retry.policy
Fields in io.jenkins.plugins.smart_retry.policy declared as BackoffStrategyMethods in io.jenkins.plugins.smart_retry.policy that return BackoffStrategyModifier and TypeMethodDescriptionRuntimeSettings.getBackoff()static BackoffStrategyReturns the enum constant of this class with the specified name.static BackoffStrategy[]BackoffStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.jenkins.plugins.smart_retry.policy with parameters of type BackoffStrategyModifierConstructorDescriptionRuntimeSettings(String profile, Set<FailureType> retryableFailureTypes, int maxRetries, BackoffStrategy backoff, int initialDelaySeconds)