All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aventstack.extentreports.reporter.configuration.Protocol Maven / Gradle / Ivy

There is a newer version: 5.1.2
Show newest version
package com.aventstack.extentreports.reporter.configuration;

import com.google.gson.annotations.SerializedName;

/**
 * Protocol used to download CDN css/js resources for HTML reports
 */
public enum Protocol {
    @SerializedName(value = "http", alternate = {"HTTP"})
    HTTP, 
    @SerializedName(value = "https", alternate = {"HTTPS"})
    HTTPS
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy