pushFiles

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

Parameters

value

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


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


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

Parameters

values

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


@JvmName(name = "dgvvxkaplkrsmorb")
suspend fun pushFiles(argument: List<suspend IosDeviceFileArgsBuilder.() -> Unit>)
@JvmName(name = "fwghskvapljdhsoa")
suspend fun pushFiles(vararg argument: suspend IosDeviceFileArgsBuilder.() -> Unit)
@JvmName(name = "hvrvnrqehsehhjkt")
suspend fun pushFiles(argument: suspend IosDeviceFileArgsBuilder.() -> Unit)

Parameters

argument

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