public enum ExtentProperties extends Enum<ExtentProperties>
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
String |
getExtentXServerUrl()
Gets the ExtentX server URL
|
String |
getProjectName()
Gets the project name
|
String |
getReportPath()
Gets the report path
|
void |
setExtentXServerUrl(String extentXServerUrl)
Sets the ExtentX server URL
|
void |
setProjectName(String projectName)
Gets 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 valuepublic String getExtentXServerUrl()
public void setExtentXServerUrl(String extentXServerUrl)
extentXServerUrl - The ExtentX server URLpublic String getProjectName()
public void setProjectName(String projectName)
projectName - The project nameCopyright © 2017. All rights reserved.