includes

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

Parameters

value

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


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

Parameters

values

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