public class MethodTemplateProcessor extends TemplateProcessor<Method>
configuration| Constructor and Description |
|---|
MethodTemplateProcessor(OpenShiftAdapter openShiftAdapter,
CubeOpenShiftConfiguration configuration,
org.jboss.arquillian.test.spi.TestClass testClass,
Method testMethod) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
asynchronousDelayErrorMessage() |
List<Template> |
getTemplates() |
protected Method |
getType() |
protected void |
handleExceptionForCreatingResource() |
protected Logger |
logger() |
protected String |
noTemplateMessage() |
protected Map<String,String> |
scopeLabels() |
protected String |
templateKeyPrefix() |
processTemplateResourcespublic MethodTemplateProcessor(OpenShiftAdapter openShiftAdapter, CubeOpenShiftConfiguration configuration, org.jboss.arquillian.test.spi.TestClass testClass, Method testMethod)
public List<Template> getTemplates()
getTemplates in class TemplateProcessor<Method>protected String templateKeyPrefix()
templateKeyPrefix in class TemplateProcessor<Method>protected String asynchronousDelayErrorMessage()
asynchronousDelayErrorMessage in class TemplateProcessor<Method>protected String noTemplateMessage()
noTemplateMessage in class TemplateProcessor<Method>protected Method getType()
getType in class TemplateProcessor<Method>protected Map<String,String> scopeLabels()
scopeLabels in class TemplateProcessor<Method>protected void handleExceptionForCreatingResource()
throws Exception
handleExceptionForCreatingResource in class TemplateProcessor<Method>Exceptionprotected Logger logger()
logger in class TemplateProcessor<Method>Copyright © 2018 JBoss by Red Hat. All rights reserved.