includes

@JvmName(name = "jpgyoiopgxhupwvd")
suspend fun includes(value: Output<List<String>>)
@JvmName(name = "dhwlqsrdloiqyoty")
suspend fun includes(value: List<String>)

Parameters

value

Array of ref names or patterns to include. One of these patterns must match for the condition to pass. Also accepts ~DEFAULT_BRANCH to include the default branch or ~ALL to include all branches.


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


@JvmName(name = "nnyphwrpvfcxsybc")
suspend fun includes(values: List<Output<String>>)
@JvmName(name = "ogpejdbhcuqrhdgf")
suspend fun includes(vararg values: String)

Parameters

values

Array of ref names or patterns to include. One of these patterns must match for the condition to pass. Also accepts ~DEFAULT_BRANCH to include the default branch or ~ALL to include all branches.