includes

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

Parameters

value

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 = "haaukquqxxbhvnrm")
suspend fun includes(vararg values: Output<String>)


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

Parameters

values

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.