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

io.qameta.allure.ga.GaParameters Maven / Gradle / Ivy

There is a newer version: 2.30.0
Show newest version
package io.qameta.allure.ga;

import lombok.Data;
import lombok.experimental.Accessors;

/**
 * eroshenkoam
 * 06.08.17
 */
@Data
@Accessors(chain = true)
public class GaParameters {

    private String allureVersion;

    private String executorType;

    private String language;

    private String framework;

    private long resultsCount;

    private String resultsFormat;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy