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

commonMain.com.saveourtool.save.testsuite.TestSuitesSourceFetchMode.kt Maven / Gradle / Ivy

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

/**
 * Enum that represents different modes of [TestSuitesSourceDto] fetching
 */
enum class TestSuitesSourceFetchMode {
    BY_BRANCH,
    BY_COMMIT,
    BY_TAG,
    ;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy