fileSystemLocations

@JvmName(name = "jmkbqsrptygeiybn")
suspend fun fileSystemLocations(value: Output<List<ProjectFileSystemLocationArgs>>)
@JvmName(name = "qdhpkdcpoghljshj")
suspend fun fileSystemLocations(value: List<ProjectFileSystemLocationArgs>?)

Parameters

value

A set of file system locations to mount inside the build. File system locations are documented below.


@JvmName(name = "hlpdvkwwiggyocry")
suspend fun fileSystemLocations(vararg values: Output<ProjectFileSystemLocationArgs>)


@JvmName(name = "xnkfdkggwojufmqx")
suspend fun fileSystemLocations(values: List<Output<ProjectFileSystemLocationArgs>>)
@JvmName(name = "qghhexogvtbmmdve")
suspend fun fileSystemLocations(vararg values: ProjectFileSystemLocationArgs)

Parameters

values

A set of file system locations to mount inside the build. File system locations are documented below.


@JvmName(name = "ojjwbxtjihpbvlhr")
suspend fun fileSystemLocations(argument: List<suspend ProjectFileSystemLocationArgsBuilder.() -> Unit>)
@JvmName(name = "hxeinxwygvnpbmny")
suspend fun fileSystemLocations(vararg argument: suspend ProjectFileSystemLocationArgsBuilder.() -> Unit)
@JvmName(name = "xrefhsmwdyykbllh")
suspend fun fileSystemLocations(argument: suspend ProjectFileSystemLocationArgsBuilder.() -> Unit)

Parameters

argument

A set of file system locations to mount inside the build. File system locations are documented below.