Class TemplateContainerStarter
java.lang.Object
org.arquillian.cube.openshift.impl.ext.TemplateContainerStarter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidwaitForDeployments(org.jboss.arquillian.container.spi.event.container.AfterStart event, OpenShiftAdapter client, CEEnvironmentProcessor.TemplateDetails details, org.jboss.arquillian.test.spi.TestClass testClass, CubeOpenShiftConfiguration configuration, OpenShiftClient openshiftClient) Wait for the template resources to come up after the test container has been started.
-
Constructor Details
-
TemplateContainerStarter
public TemplateContainerStarter()
-
-
Method Details
-
waitForDeployments
public void waitForDeployments(@Observes(precedence=-100) org.jboss.arquillian.container.spi.event.container.AfterStart event, OpenShiftAdapter client, CEEnvironmentProcessor.TemplateDetails details, org.jboss.arquillian.test.spi.TestClass testClass, CubeOpenShiftConfiguration configuration, OpenShiftClient openshiftClient) throws Exception Wait for the template resources to come up after the test container has been started. This allows the test container and the template resources to come up in parallel.- Throws:
Exception
-