events

@JvmName(name = "xowdaphekbnkxtos")
suspend fun events(value: Output<List<String>>)
@JvmName(name = "ngvgcthgfftrtetg")
suspend fun events(value: List<String>)

Parameters

value

Specifies a list of source events corresponding to the trigger. Possible values are commit and pullrequest.


@JvmName(name = "wsidnvbuiunekxvk")
suspend fun events(vararg values: Output<String>)


@JvmName(name = "joeycywbnbadkthq")
suspend fun events(values: List<Output<String>>)
@JvmName(name = "wvtvqosabarawdhp")
suspend fun events(vararg values: String)

Parameters

values

Specifies a list of source events corresponding to the trigger. Possible values are commit and pullrequest.