Class Containers

java.lang.Object
org.arquillian.cube.openshift.impl.utils.Containers

public class Containers extends Object
Author:
Ales Justin
  • Constructor Details

    • Containers

      public Containers()
  • Method Details

    • isDeployedInCeContainer

      public static boolean isDeployedInCeContainer()
    • delay

      public static void delay(long startupTimeout, long checkPeriod, Checker checker) throws Exception
      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