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

commonMain.com.saveourtool.save.agent.AgentEnvName.kt Maven / Gradle / Ivy

The newest version!
package com.saveourtool.save.agent

/**
 * Env names which agent supports and expects
 */
enum class AgentEnvName {
    CLI_COMMAND,
    CONTAINER_ID,
    CONTAINER_NAME,
    DEBUG,
    EXECUTION_ID,
    HEARTBEAT_URL,
    KUBERNETES,
    TEST_SUITES_DIR,
    ;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy