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

com.tencent.devops.process.pojo.pipeline.enums.PipelineYamlStatus.kt Maven / Gradle / Ivy

The newest version!
package com.tencent.devops.process.pojo.pipeline.enums

/**
 * YAML状态
 */
enum class PipelineYamlStatus {
    // 状态OK,已合入到主干
    OK,

    // 主干已删除
    DELETED,

    // 没有合入到主干
    UN_MERGED;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy