Class Containers
java.lang.Object
org.arquillian.cube.openshift.impl.utils.Containers
- Author:
- Ales Justin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic voiddelayArchiveDeploy(String serverURL, long startupTimeout, long checkPeriod) static voiddelayArchiveDeploy(String serverURL, long startupTimeout, long checkPeriod, URLChecker checker) static boolean
-
Constructor Details
-
Containers
public Containers()
-
-
Method Details
-
isDeployedInCeContainer
public static boolean isDeployedInCeContainer() -
delay
- Throws:
Exception
-
delayArchiveDeploy
public static void delayArchiveDeploy(String serverURL, long startupTimeout, long checkPeriod) throws Exception - Throws:
Exception
-
delayArchiveDeploy
public static void delayArchiveDeploy(String serverURL, long startupTimeout, long checkPeriod, URLChecker checker) throws Exception - Throws:
Exception
-