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

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

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

data class SetContextVarData(
    val projectId: String,
    val pipelineId: String,
    val buildId: String,
    val contextName: String,
    val contextVal: String,
    val readOnly: Boolean?,
    val rewriteReadOnly: Boolean?
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy