Package | Description |
---|---|
com.aventstack.extentreports.reporter.configuration |
Modifier and Type | Method and Description |
---|---|
Protocol |
ExtentTabularFormatterConfiguration.getProtocol() |
Protocol |
ExtentLoggerFormatterConfiguration.getProtocol() |
Protocol |
ExtentHtmlReporterConfiguration.getProtocol() |
Protocol |
ExtentCardsReporterConfiguration.getProtocol() |
Protocol |
ExtentBDDFormatterConfiguration.getProtocol() |
Protocol |
ExtentAventReporterConfiguration.getProtocol() |
static Protocol |
Protocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Protocol[] |
Protocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ExtentTabularFormatterConfiguration.setProtocol(Protocol protocol)
Sets the protocol of accessing CSS/JS resources from CDN
|
void |
ExtentLoggerFormatterConfiguration.setProtocol(Protocol protocol)
Sets the protocol of accessing CSS/JS resources from CDN
|
void |
ExtentHtmlReporterConfiguration.setProtocol(Protocol protocol)
Sets the protocol of accessing CSS/JS resources from CDN
|
void |
ExtentCardsReporterConfiguration.setProtocol(Protocol protocol)
Sets the protocol of accessing CSS/JS resources from CDN
|
void |
ExtentBDDFormatterConfiguration.setProtocol(Protocol protocol)
Sets the protocol of accessing CSS/JS resources from CDN
|
void |
ExtentAventReporterConfiguration.setProtocol(Protocol protocol)
Sets the protocol of accessing CSS/JS resources from CDN
|
Copyright © 2018. All rights reserved.