fileSystemLocations

@JvmName(name = "mjejtbndmwgnryyn")
suspend fun fileSystemLocations(value: Output<List<ProjectFileSystemLocationArgs>>)
@JvmName(name = "ilcohivicjgikcio")
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 = "xsmmkmxgmdxhuggu")
suspend fun fileSystemLocations(vararg values: Output<ProjectFileSystemLocationArgs>)


@JvmName(name = "vvnsacwtfuuyhcti")
suspend fun fileSystemLocations(values: List<Output<ProjectFileSystemLocationArgs>>)
@JvmName(name = "pdpirjxajavjixnn")
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 = "vhgvaevmjfhcwggj")
suspend fun fileSystemLocations(argument: List<suspend ProjectFileSystemLocationArgsBuilder.() -> Unit>)
@JvmName(name = "vjkfrhxvldwhtjfh")
suspend fun fileSystemLocations(vararg argument: suspend ProjectFileSystemLocationArgsBuilder.() -> Unit)
@JvmName(name = "jmptirjlojddficl")
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.