additionalContexts

@JvmName(name = "kpqmkswswqpvjfnt")
suspend fun additionalContexts(value: Output<List<SourceContextArgs>>)
@JvmName(name = "senoequdsuyfgfrx")
suspend fun additionalContexts(value: List<SourceContextArgs>?)

Parameters

value

If provided, some of the source code used for the build may be found in these locations, in the case where the source repository had multiple remotes or submodules. This list will not include the context specified in the context field.


@JvmName(name = "dmbdbupcndbtqjgt")
suspend fun additionalContexts(vararg values: Output<SourceContextArgs>)


@JvmName(name = "frfmgccvweefvolx")
suspend fun additionalContexts(values: List<Output<SourceContextArgs>>)
@JvmName(name = "athincxqiwevoswr")
suspend fun additionalContexts(vararg values: SourceContextArgs)

Parameters

values

If provided, some of the source code used for the build may be found in these locations, in the case where the source repository had multiple remotes or submodules. This list will not include the context specified in the context field.


@JvmName(name = "lkgpbxjkhnlrtain")
suspend fun additionalContexts(argument: List<suspend SourceContextArgsBuilder.() -> Unit>)
@JvmName(name = "vhderfqgnnlvwvku")
suspend fun additionalContexts(vararg argument: suspend SourceContextArgsBuilder.() -> Unit)
@JvmName(name = "ujugjgbrfanthaxb")
suspend fun additionalContexts(argument: suspend SourceContextArgsBuilder.() -> Unit)

Parameters

argument

If provided, some of the source code used for the build may be found in these locations, in the case where the source repository had multiple remotes or submodules. This list will not include the context specified in the context field.