Uses of Class
com.aventstack.extentreports.reporter.configuration.Protocol
-
Packages that use Protocol Package Description com.aventstack.extentreports.reporter.configuration -
-
Uses of Protocol in com.aventstack.extentreports.reporter.configuration
Methods in com.aventstack.extentreports.reporter.configuration that return Protocol Modifier and Type Method Description static ProtocolProtocol. 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.
-