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

de.qytera.qtaf.testrail.config.TestRailConfigHelper Maven / Gradle / Ivy

There is a newer version: 0.2.23
Show newest version
// Generated by delombok at Tue Jun 25 12:09:13 UTC 2024
package de.qytera.qtaf.testrail.config;

/**
 * TestRail configuration parameters.
 */
public class TestRailConfigHelper {
    /**
     * The selector for accessing the key used to decrypt encrypted configuration values.
     */
    public static final String SECURITY_KEY = "security.key";
    /**
     * The selector for accessing the key used to enable and disable the TestRail plugin.
     */
    public static final String TESTRAIL_ENABLED = "testrail.enabled";
    /**
     * The selector for accessing the TestRail URL.
     */
    public static final String TESTRAIL_URL = "testrail.url";
    /**
     * The selector for accessing the TestRail client ID.
     */
    public static final String TESTRAIL_AUTHENTICATION_CLIENT_ID = "testrail.authentication.clientId";
    /**
     * The selector for accessing the TestRail client secret.
     */
    public static final String TESTRAIL_AUTHENTICATION_CLIENT_SECRET = "testrail.authentication.clientSecret";

    @java.lang.SuppressWarnings("all")
    @lombok.Generated
    private TestRailConfigHelper() {
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy