includes

@JvmName(name = "oefmdmufngjcbxfa")
suspend fun includes(value: Output<List<String>>)
@JvmName(name = "nhtfqfryfbjqoftu")
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 = "ipqcurseannamfnx")
suspend fun includes(vararg values: Output<String>)


@JvmName(name = "nvilyaeawqgdieov")
suspend fun includes(values: List<Output<String>>)
@JvmName(name = "mmfawoeektsteqgb")
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.