ProjectSecondarySourceBuildStatusConfig

data class ProjectSecondarySourceBuildStatusConfig(val context: String? = null, val targetUrl: String? = null)

Constructors

Link copied to clipboard
constructor(context: String? = null, targetUrl: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val context: String? = null

Specifies the context of the build status CodeBuild sends to the source provider. The usage of this parameter depends on the source provider.

Link copied to clipboard
val targetUrl: String? = null

Specifies the target url of the build status CodeBuild sends to the source provider. The usage of this parameter depends on the source provider.