BuildStatusConfig

Contains information that defines how the CodeBuild build project reports the build status to the source provider.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

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

Functions

Link copied to clipboard
inline fun copy(block: BuildStatusConfig.Builder.() -> Unit = {}): BuildStatusConfig
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String