pushFiles

@JvmName(name = "byrpppkkevebsbty")
suspend fun pushFiles(value: Output<List<IosDeviceFileArgs>>)
@JvmName(name = "nalbdvptxqbwkbdt")
suspend fun pushFiles(value: List<IosDeviceFileArgs>?)

Parameters

value

List of files to push to the device before starting the test.


@JvmName(name = "jokanxuuohttcylk")
suspend fun pushFiles(vararg values: Output<IosDeviceFileArgs>)


@JvmName(name = "wntdlkocpctnwhkj")
suspend fun pushFiles(values: List<Output<IosDeviceFileArgs>>)
@JvmName(name = "asiqxbovnxtibsvq")
suspend fun pushFiles(vararg values: IosDeviceFileArgs)

Parameters

values

List of files to push to the device before starting the test.


@JvmName(name = "dqjbhecdltoidbdq")
suspend fun pushFiles(argument: List<suspend IosDeviceFileArgsBuilder.() -> Unit>)
@JvmName(name = "yvijteecgrqiisve")
suspend fun pushFiles(vararg argument: suspend IosDeviceFileArgsBuilder.() -> Unit)
@JvmName(name = "lrnboeccuerjoyea")
suspend fun pushFiles(argument: suspend IosDeviceFileArgsBuilder.() -> Unit)

Parameters

argument

List of files to push to the device before starting the test.