Uses of Class
io.jenkins.plugins.google.analyze.code.security.accessor.ExponentialBackoffRetryHandler
-
Packages that use ExponentialBackoffRetryHandler Package Description io.jenkins.plugins.google.analyze.code.security.accessor -
-
Uses of ExponentialBackoffRetryHandler in io.jenkins.plugins.google.analyze.code.security.accessor
Methods in io.jenkins.plugins.google.analyze.code.security.accessor that return ExponentialBackoffRetryHandler Modifier and Type Method Description static ExponentialBackoffRetryHandler
ExponentialBackoffRetryHandler. getDefault(int maxRetryCount)
Provides implementation ofExponentialBackoffRetryHandler
with configurable maxRetryCount.
-