com.tencent.devops.stream.pojo.message.RequestMessageContent.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of api-stream Show documentation
Show all versions of api-stream Show documentation
Tencent blueking ci project
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