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