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

net.nemerosa.ontrack.kdsl.spec.extension.av.AutoApprovalMode.kt Maven / Gradle / Ivy

There is a newer version: 4.4.5
Show newest version
package net.nemerosa.ontrack.kdsl.spec.extension.av

/**
 * List of ways the auto approval is managed.
 */
enum class AutoApprovalMode(
    val displayName: String,
) {

    /**
     * Managed at client level, by Ontrack.
     */
    CLIENT("Managed by Ontrack"),

    /**
     * Delegated to the SCM, for example by using the auto merge feature in GitHub.
     */
    SCM("Managed by SCM");

}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy