includes

@JvmName(name = "iydakmmbvtedvmho")
suspend fun includes(value: Output<List<String>>)
@JvmName(name = "vywdtalgaxwjhvxe")
suspend fun includes(value: List<String>?)

Parameters

value

A list of patterns of Git repository file paths that, when a commit is pushed, are to be included as criteria that starts the pipeline.


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


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

Parameters

values

A list of patterns of Git repository file paths that, when a commit is pushed, are to be included as criteria that starts the pipeline.