branches

@JvmName(name = "iykpmovmjvuoiwak")
suspend fun branches(value: Output<List<String>>)
@JvmName(name = "jvbdykaqrxitdmvp")
suspend fun branches(value: List<String>?)

Parameters

value

The branches that will be included in the trigger configuration. If no branches are specified, the trigger will apply to all branches.


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


@JvmName(name = "vgpiuwjoujcxfegh")
suspend fun branches(values: List<Output<String>>)
@JvmName(name = "vnywejtnaklbrium")
suspend fun branches(vararg values: String)

Parameters

values

The branches that will be included in the trigger configuration. If no branches are specified, the trigger will apply to all branches.