includes

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


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