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

com.tencent.devops.process.pojo.BuildTemplateAcrossInfo.kt Maven / Gradle / Ivy

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

import io.swagger.v3.oas.annotations.media.Schema

@Schema(title = "构建中跨项目引用模板信息")
data class BuildTemplateAcrossInfo(
    val templateId: String,
    val templateType: TemplateAcrossInfoType,
    val templateInstancesIds: MutableList,
    val targetProjectId: String
)

enum class TemplateAcrossInfoType {
    JOB,
    STEP
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy