inputArtifacts

@JvmName(name = "psjaeoftpdekoqfb")
suspend fun inputArtifacts(value: Output<List<PipelineInputArtifactArgs>>)
@JvmName(name = "gedioedvcfqgmorc")
suspend fun inputArtifacts(value: List<PipelineInputArtifactArgs>?)

Parameters

value

The input artifacts fields for the rule, such as specifying an input file for the rule.


@JvmName(name = "iyvscreeyvlfujnd")
suspend fun inputArtifacts(vararg values: Output<PipelineInputArtifactArgs>)


@JvmName(name = "iuwbwxreknoaulev")
suspend fun inputArtifacts(values: List<Output<PipelineInputArtifactArgs>>)
@JvmName(name = "vrajpvvivnlqlycp")
suspend fun inputArtifacts(vararg values: PipelineInputArtifactArgs)

Parameters

values

The input artifacts fields for the rule, such as specifying an input file for the rule.


@JvmName(name = "qbjgssoxpncmcqbk")
suspend fun inputArtifacts(argument: List<suspend PipelineInputArtifactArgsBuilder.() -> Unit>)
@JvmName(name = "hurbrogpradvkfcd")
suspend fun inputArtifacts(vararg argument: suspend PipelineInputArtifactArgsBuilder.() -> Unit)
@JvmName(name = "iwaqwvudphtdfefg")
suspend fun inputArtifacts(argument: suspend PipelineInputArtifactArgsBuilder.() -> Unit)

Parameters

argument

The input artifacts fields for the rule, such as specifying an input file for the rule.