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

io.qase.commons.config.RunConfig Maven / Gradle / Ivy

The newest version!
package io.qase.commons.config;

import io.qase.commons.utils.StringUtils;

public class RunConfig {
    public String title = "Automated run " + StringUtils.getDateTime();
    public String description = "";
    public boolean complete = true;
    public Integer id = 0;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy