TriggerApprovalConfig

data class TriggerApprovalConfig(val approvalRequired: Boolean? = null)

Constructors

Link copied to clipboard
constructor(approvalRequired: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether or not approval is needed. If this is set on a build, it will become pending when run, and will need to be explicitly approved to start.