Uses of Class
com.nirima.jenkins.plugins.docker.utils.PortUtils.ConnectionCheck
-
Uses of PortUtils.ConnectionCheck in com.nirima.jenkins.plugins.docker.utils
Modifier 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.