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.ConnectionCheckPortUtils.connectionCheck(String host, int port) static PortUtils.ConnectionCheckPortUtils.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.