Uses of Class
com.nirima.jenkins.plugins.docker.utils.PortUtils.ConnectionCheck
Packages that use PortUtils.ConnectionCheck
-
Uses of PortUtils.ConnectionCheck in com.nirima.jenkins.plugins.docker.utils
Methods in com.nirima.jenkins.plugins.docker.utils that return PortUtils.ConnectionCheckModifier and TypeMethodDescriptionstatic PortUtils.ConnectionCheck
PortUtils.connectionCheck
(String host, int port) static PortUtils.ConnectionCheck
PortUtils.connectionCheck
(InetSocketAddress address) PortUtils.ConnectionCheck.withEveryRetryWaitFor
(int time, TimeUnit units) Sets the delay between tries.PortUtils.ConnectionCheck.withRetries
(int numberOfRetries) Sets the number of retries, such thatexecute()
will try once more than this.