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

com.tencent.devops.common.api.pojo.agent.AgentPropsInfo.kt Maven / Gradle / Ivy

package com.tencent.devops.common.api.pojo.agent

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

@Schema(title = "Agent属性信息")
data class AgentPropsInfo(
    @get:Schema(title = "agent运行系统的架构信息")
    val arch: String,
    @get:Schema(title = "jdk版本信息")
    val jdkVersion: List?,
    @get:Schema(title = "docker init 文件升级信息")
    val dockerInitFileInfo: DockerInitFileInfo?
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy