includes

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

Parameters

value

(List of String) Array of repository names or patterns to include. One of these patterns must match for the condition to pass. Also accepts ~ALL to include all repositories.


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


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

Parameters

values

(List of String) Array of repository names or patterns to include. One of these patterns must match for the condition to pass. Also accepts ~ALL to include all repositories.