public class OpenShiftResourceFactory extends Object
| Constructor and Description |
|---|
OpenShiftResourceFactory() |
| Modifier and Type | Method and Description |
|---|---|
static String |
createResourceKey(Class<?> testClass,
Method testMethod) |
static void |
createResources(Class<?> testClass,
OpenShiftAdapter client,
Method testMethod,
Properties properties) |
static void |
createResources(String resourcesKey,
OpenShiftAdapter adapter,
Class<?> testClass,
Properties properties) |
static void |
deleteEnvironment(org.jboss.arquillian.test.spi.TestClass testClass,
OpenShiftAdapter client,
CubeOpenShiftConfiguration configuration,
List<Template> templates) |
static void |
deleteResources(Class<?> testClass,
Method testMethod,
OpenShiftAdapter client) |
static void |
deleteTemplates(String templateKeyPrefix,
List<Template> templates,
OpenShiftAdapter openshiftAdapter,
CubeOpenShiftConfiguration configuration) |
public static void createResources(String resourcesKey, OpenShiftAdapter adapter, Class<?> testClass, Properties properties)
public static void createResources(Class<?> testClass, OpenShiftAdapter client, Method testMethod, Properties properties)
public static void deleteTemplates(String templateKeyPrefix, List<Template> templates, OpenShiftAdapter openshiftAdapter, CubeOpenShiftConfiguration configuration) throws Exception
Exceptionpublic static void deleteResources(Class<?> testClass, Method testMethod, OpenShiftAdapter client)
public static void deleteEnvironment(org.jboss.arquillian.test.spi.TestClass testClass,
OpenShiftAdapter client,
CubeOpenShiftConfiguration configuration,
List<Template> templates)
throws Exception
ExceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.