JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.microsoft.jenkins.containeragents.helper
Interface IRetryStrategy
All Known Implementing Classes:
SSHRetryStrategy
public interface
IRetryStrategy
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
boolean
canRetry
(
Exception
e)
void
handleRetry
(
Exception
e)
Method Details
handleRetry
void
handleRetry
(
Exception
e)
canRetry
boolean
canRetry
(
Exception
e)