public class ZafiraConfigurator
extends java.lang.Object
implements com.qaprosoft.zafira.config.IConfigurator
| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.log4j.Logger |
LOGGER |
| Constructor and Description |
|---|
ZafiraConfigurator() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<com.qaprosoft.zafira.models.dto.TestArtifactType> |
getArtifacts(org.testng.ITestResult test) |
com.qaprosoft.zafira.models.dto.config.ConfigurationType |
getConfiguration() |
com.qaprosoft.zafira.models.db.TestRun.DriverMode |
getDriverMode() |
java.lang.String |
getOwner(org.testng.ISuite suite) |
java.lang.String |
getPrimaryOwner(org.testng.ITestResult test) |
java.lang.String |
getReportEmails() |
int |
getRunCount(org.testng.ITestResult test) |
java.lang.String |
getSecondaryOwner(org.testng.ITestResult test) |
java.lang.String |
getTestMethodName(org.testng.ITestResult test) |
java.util.Map<java.lang.String,java.lang.Long> |
getTestMetrics(org.testng.ITestResult test) |
java.lang.String |
getTestName(org.testng.ITestResult test) |
java.util.List<java.lang.String> |
getTestWorkItems(org.testng.ITestResult test) |
public com.qaprosoft.zafira.models.dto.config.ConfigurationType getConfiguration()
getConfiguration in interface com.qaprosoft.zafira.config.IConfiguratorpublic java.lang.String getOwner(org.testng.ISuite suite)
getOwner in interface com.qaprosoft.zafira.config.IConfiguratorpublic java.lang.String getPrimaryOwner(org.testng.ITestResult test)
getPrimaryOwner in interface com.qaprosoft.zafira.config.IConfiguratorpublic java.lang.String getSecondaryOwner(org.testng.ITestResult test)
getSecondaryOwner in interface com.qaprosoft.zafira.config.IConfiguratorpublic java.lang.String getTestName(org.testng.ITestResult test)
getTestName in interface com.qaprosoft.zafira.config.IConfiguratorpublic java.lang.String getTestMethodName(org.testng.ITestResult test)
getTestMethodName in interface com.qaprosoft.zafira.config.IConfiguratorpublic java.util.List<java.lang.String> getTestWorkItems(org.testng.ITestResult test)
getTestWorkItems in interface com.qaprosoft.zafira.config.IConfiguratorpublic int getRunCount(org.testng.ITestResult test)
getRunCount in interface com.qaprosoft.zafira.config.IConfiguratorpublic java.util.Map<java.lang.String,java.lang.Long> getTestMetrics(org.testng.ITestResult test)
getTestMetrics in interface com.qaprosoft.zafira.config.IConfiguratorpublic com.qaprosoft.zafira.models.db.TestRun.DriverMode getDriverMode()
getDriverMode in interface com.qaprosoft.zafira.config.IConfiguratorpublic java.util.Set<com.qaprosoft.zafira.models.dto.TestArtifactType> getArtifacts(org.testng.ITestResult test)
getArtifacts in interface com.qaprosoft.zafira.config.IConfiguratorpublic java.lang.String getReportEmails()
getReportEmails in interface com.qaprosoft.zafira.config.IConfiguratorCopyright © 2018. All Rights Reserved.