fileSystemLocations

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


@JvmName(name = "mggbctepvxlfddld")
suspend fun fileSystemLocations(values: List<Output<ProjectFileSystemLocationArgs>>)
@JvmName(name = "lxwjsorqojooexsn")
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 = "utbirnwjxobovthp")
suspend fun fileSystemLocations(argument: List<suspend ProjectFileSystemLocationArgsBuilder.() -> Unit>)
@JvmName(name = "rmebtrwyqbbqolhh")
suspend fun fileSystemLocations(vararg argument: suspend ProjectFileSystemLocationArgsBuilder.() -> Unit)
@JvmName(name = "emgvwfmvgmbnrwfj")
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.