public class ElasticSearchIndexer
extends java.lang.Object
implements com.qmetry.qaf.automation.integration.TestCaseResultUpdator
TestCaseResultUpdator implementation for Elastic search. It is uses following properties:
| Constructor and Description |
|---|
ElasticSearchIndexer() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allowConfigAndRetry() |
void |
beforeShutDown() |
boolean |
enabled() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getToolName() |
boolean |
updateResult(com.qmetry.qaf.automation.integration.TestCaseRunResult result) |
public java.lang.String getToolName()
getToolName in interface com.qmetry.qaf.automation.integration.TestCaseResultUpdatorpublic boolean updateResult(com.qmetry.qaf.automation.integration.TestCaseRunResult result)
updateResult in interface com.qmetry.qaf.automation.integration.TestCaseResultUpdatorpublic void beforeShutDown()
beforeShutDown in interface com.qmetry.qaf.automation.integration.TestCaseResultUpdatorpublic boolean allowConfigAndRetry()
allowConfigAndRetry in interface com.qmetry.qaf.automation.integration.TestCaseResultUpdatorpublic boolean enabled()
enabled in interface com.qmetry.qaf.automation.integration.TestCaseResultUpdatorpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object