| Modifier and Type | Method and Description |
|---|---|
void |
CEEnvironmentProcessor.createEnvironment(org.jboss.arquillian.test.spi.event.suite.BeforeClass event,
OpenShiftAdapter client,
CubeOpenShiftConfiguration cubeOpenShiftConfiguration)
Create the environment as specified by @Template or
arq.extension.ce-cube.openshift.template.* properties.
|
void |
CEEnvironmentProcessor.createOpenShiftResource(org.jboss.arquillian.test.spi.event.suite.Before event,
OpenShiftAdapter client,
CubeOpenShiftConfiguration cubeOpenShiftConfiguration) |
void |
CEEnvironmentProcessor.deleteEnvironment(org.jboss.arquillian.test.spi.event.suite.AfterClass event,
OpenShiftAdapter client,
CubeOpenShiftConfiguration configuration)
Tear down the environment.
|
void |
CEEnvironmentProcessor.deleteOpenShiftResource(org.jboss.arquillian.test.spi.event.suite.After event,
OpenShiftAdapter client,
CubeOpenShiftConfiguration cubeOpenShiftConfiguration) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractOpenShiftAdapter |
| Modifier and Type | Method and Description |
|---|---|
OpenShiftAdapter |
OpenShiftAdapterProvider.create(io.fabric8.openshift.clnt.v4_0.NamespacedOpenShiftClient namespacedOpenShiftClient,
CubeOpenShiftConfiguration configuration) |
static OpenShiftAdapter |
OpenShiftAdapterFactory.getOpenShiftAdapter(io.fabric8.openshift.clnt.v4_0.NamespacedOpenShiftClient client,
CubeOpenShiftConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
void |
TemplateContainerStarter.waitForDeployments(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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
F8OpenShiftAdapter |
| Modifier and Type | Method and Description |
|---|---|
OpenShiftAdapter |
F8OpenShiftAdapterProvider.create(io.fabric8.openshift.clnt.v4_0.NamespacedOpenShiftClient namespacedOpenShiftClient,
CubeOpenShiftConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
static void |
OpenShiftResourceFactory.createResources(Class<?> testClass,
OpenShiftAdapter client,
Method testMethod,
Properties properties) |
static void |
OpenShiftResourceFactory.createResources(String resourcesKey,
OpenShiftAdapter adapter,
Class<?> testClass,
Properties properties) |
static void |
OpenShiftResourceFactory.deleteEnvironment(org.jboss.arquillian.test.spi.TestClass testClass,
OpenShiftAdapter client,
CubeOpenShiftConfiguration configuration,
List<Template> templates) |
static void |
OpenShiftResourceFactory.deleteResources(Class<?> testClass,
Method testMethod,
OpenShiftAdapter client) |
static void |
OpenShiftResourceFactory.deleteTemplates(String templateKeyPrefix,
List<Template> templates,
OpenShiftAdapter openshiftAdapter,
CubeOpenShiftConfiguration configuration) |
| Constructor and Description |
|---|
ClassTemplateProcessor(OpenShiftAdapter openShiftAdapter,
CubeOpenShiftConfiguration configuration,
org.jboss.arquillian.test.spi.TestClass testClass) |
MethodTemplateProcessor(OpenShiftAdapter openShiftAdapter,
CubeOpenShiftConfiguration configuration,
org.jboss.arquillian.test.spi.TestClass testClass,
Method testMethod) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.