Uses of Interface
com.microsoft.jenkins.containeragents.helper.IRetryStrategy
-
Packages that use IRetryStrategy Package Description com.microsoft.jenkins.containeragents.helper com.microsoft.jenkins.containeragents.remote -
-
Uses of IRetryStrategy in com.microsoft.jenkins.containeragents.helper
Constructors in com.microsoft.jenkins.containeragents.helper with parameters of type IRetryStrategy Constructor Description RetryTask(Callable<T> task, IRetryStrategy retryStrategy)
-
Uses of IRetryStrategy in com.microsoft.jenkins.containeragents.remote
Classes in com.microsoft.jenkins.containeragents.remote that implement IRetryStrategy Modifier and Type Class Description class
SSHRetryStrategy
-