materials

@JvmName(name = "ngfarfnblqrxsaxe")
suspend fun materials(value: Output<List<MaterialArgs>>)
@JvmName(name = "fbrlffcuashxkaya")
suspend fun materials(value: List<MaterialArgs>?)

Parameters

value

The collection of artifacts that influenced the build including sources, dependencies, build tools, base images, and so on. This is considered to be incomplete unless metadata.completeness.materials is true. Unset or null is equivalent to empty.


@JvmName(name = "dttxwgiylqmeyhmn")
suspend fun materials(vararg values: Output<MaterialArgs>)


@JvmName(name = "didbrfxfccrmlren")
suspend fun materials(values: List<Output<MaterialArgs>>)
@JvmName(name = "rgkxybeuexcbubuv")
suspend fun materials(vararg values: MaterialArgs)

Parameters

values

The collection of artifacts that influenced the build including sources, dependencies, build tools, base images, and so on. This is considered to be incomplete unless metadata.completeness.materials is true. Unset or null is equivalent to empty.


@JvmName(name = "bswasiqoirrowrpc")
suspend fun materials(argument: List<suspend MaterialArgsBuilder.() -> Unit>)
@JvmName(name = "yibjydhvjjpgvcky")
suspend fun materials(vararg argument: suspend MaterialArgsBuilder.() -> Unit)
@JvmName(name = "pmmmmivdwsvaiifo")
suspend fun materials(argument: suspend MaterialArgsBuilder.() -> Unit)

Parameters

argument

The collection of artifacts that influenced the build including sources, dependencies, build tools, base images, and so on. This is considered to be incomplete unless metadata.completeness.materials is true. Unset or null is equivalent to empty.