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 ExponentialBackoffRetryHandlerExponentialBackoffRetryHandler. getDefault(int maxRetryCount)Provides implementation ofExponentialBackoffRetryHandlerwith configurable maxRetryCount.
-