public enum ExtentProperties extends Enum<ExtentProperties>
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
String |
getExtentXServerUrl()
Deprecated.
|
String |
getKlovProjectName()
Gets the Klov project name
|
String |
getKlovReportName()
Gets the Klov report name
|
String |
getKlovServerUrl()
Gets the Klov server URL
|
String |
getMongodbDatabase()
Gets the mongoDB database name to store Klov reports
|
String |
getMongodbHost()
Gets if all the results are added to single klov build.
|
String |
getMongodbPassword()
Gets the mongoDB user password
|
int |
getMongodbPort()
Gets the mongoDB server port number
|
String |
getMongodbUsername()
Gets the mongoDB username
|
String |
getProjectName()
Gets the project name
|
String |
getReportPath()
Gets the report path
|
void |
setExtentXServerUrl(String extentXServerUrl)
Deprecated.
|
void |
setKlovProjectName(String klovProjectName)
Sets the Klov project name
|
void |
setKlovReportName(String klovReportName)
Sets the Klov report name
|
void |
setKlovServerUrl(String klovServerUrl)
Sets the Klov server URL
|
void |
setMongodbDatabase(String mongodbDatabase)
Sets the mongoDB database name to store Klov reports
|
void |
setMongodbHost(String mongodbHost)
Sets the mongoDB server hostname
|
void |
setMongodbPassword(String mongodbPassword)
Sets the mongoDB user password
No need to set password if mongoDB is not running in --auth mode
|
void |
setMongodbPort(int mongodbPort)
Sets the mongoDB server port number
|
void |
setMongodbUsername(String mongodbUsername)
Sets the mongoDB username.
|
void |
setProjectName(String projectName)
Sets the project name
|
void |
setReportPath(String reportPath)
Sets the report path
|
static ExtentProperties |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExtentProperties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExtentProperties INSTANCE
public static ExtentProperties[] values()
for (ExtentProperties c : ExtentProperties.values()) System.out.println(c);
public static ExtentProperties valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getReportPath()
public void setReportPath(String reportPath)
reportPath - The report path value@Deprecated public String getExtentXServerUrl()
@Deprecated public void setExtentXServerUrl(String extentXServerUrl)
extentXServerUrl - The ExtentX server URLpublic String getProjectName()
public void setProjectName(String projectName)
projectName - The project namepublic String getKlovServerUrl()
public void setKlovServerUrl(String klovServerUrl)
klovServerUrl - The Klov server URLpublic String getKlovProjectName()
public void setKlovProjectName(String klovProjectName)
klovProjectName - The Klov project namepublic String getKlovReportName()
public void setKlovReportName(String klovReportName)
klovReportName - The Klov report namepublic String getMongodbHost()
public void setMongodbHost(String mongodbHost)
mongodbHost - The mongoDB server hostnamepublic int getMongodbPort()
public void setMongodbPort(int mongodbPort)
mongodbPort - The mongoDB server port numberpublic String getMongodbDatabase()
public void setMongodbDatabase(String mongodbDatabase)
mongodbDatabase - The mongoDB database name to store Klov reportspublic String getMongodbUsername()
public void setMongodbUsername(String mongodbUsername)
mongodbUsername - The mongoDB usernamepublic String getMongodbPassword()
public void setMongodbPassword(String mongodbPassword)
mongodbPassword - The mongoDB user passwordCopyright © 2018. All rights reserved.