Class PortUtils
java.lang.Object
org.jenkinsci.plugins.dockerbuildstep.util.PortUtils
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isPortAvailable
(String host, int port) parsePorts
(String waitPorts) static boolean
waitForPort
(String host, int port)
-
Constructor Details
-
PortUtils
public PortUtils()
-
-
Method Details
-
isPortAvailable
-
waitForPort
-
parsePorts
public static Map<String,List<Integer>> parsePorts(String waitPorts) throws IllegalArgumentException, NumberFormatException
-