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

com.tencent.devops.stream.pojo.message.RequestMessageContent.kt Maven / Gradle / Ivy

There is a newer version: 3.1.0
Show newest version
package com.tencent.devops.stream.pojo.message

data class RequestMessageContent(
    val id: Long,
    val pipelineName: String?,
    val buildBum: Int?,
    val triggerReasonName: String?,
    val triggerReasonDetail: String?,
    val filePathUrl: String?
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy