public class ExtentXReporterConfiguration extends java.lang.Object implements IReporterConfiguration
Constructor and Description |
---|
ExtentXReporterConfiguration() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.String> |
getConfigMap() |
java.util.List<Status> |
getLevel() |
java.lang.String |
getProjectName() |
java.lang.String |
getReportName() |
org.bson.types.ObjectId |
getReportObjectId() |
java.lang.String |
getServerUrl() |
void |
setLevel(Status... level) |
void |
setProjectName(java.lang.String projectName)
Sets the project name.
|
void |
setReportName(java.lang.String reportName) |
void |
setReportObjectId(org.bson.types.ObjectId id)
Set the report id, in case of appending the current execution to an existing run in ExtentX
|
void |
setReportObjectId(java.lang.String id) |
void |
setServerUrl(java.lang.String url)
Set the URL of the ExtentX server
|
public void setServerUrl(java.lang.String url)
url
- Urlpublic java.lang.String getServerUrl()
public void setProjectName(java.lang.String projectName)
Note: You will have the option to filter reports by project in ExtentX.
projectName
- Project namepublic java.lang.String getProjectName()
public void setReportObjectId(org.bson.types.ObjectId id)
id
- Mongo object idpublic void setReportObjectId(java.lang.String id)
public org.bson.types.ObjectId getReportObjectId()
public java.util.Map<java.lang.String,java.lang.String> getConfigMap()
public void setLevel(Status... level)
public java.util.List<Status> getLevel()
public void setReportName(java.lang.String reportName)
public java.lang.String getReportName()